summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-05-20 11:29:11 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-05-20 11:29:11 +0200
commitf03a1ac611ed21f917fd11b18da0c3b03eb75975 (patch)
treecf9a5dce80f03cfd36228b83c994fce6bd7e0bac /src/ui
parent25c07a839c6281edb93111f51ace7f88989b9939 (diff)
make msgbox error msgs only for now
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/style.rs b/src/ui/style.rs
index 22e700f6..4fc8a8b8 100644
--- a/src/ui/style.rs
+++ b/src/ui/style.rs
@@ -139,7 +139,7 @@ impl Theme {
}
pub fn text_danger(&self) -> Style {
- Style::default().fg(self.diff_file_removed)
+ Style::default().fg(self.diff_line_delete)
}
pub fn toolbar(&self, enabled: bool) -> Style {