mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
make cmdbar_bg style default to blue again
This commit is contained in:
parent
bacf81f6d6
commit
69d30a2cd0
@ -325,7 +325,7 @@ impl Default for Theme {
|
||||
selected_tab: Color::Reset,
|
||||
command_fg: Color::White,
|
||||
selection_bg: Color::Blue,
|
||||
cmdbar_bg: Color::Reset,
|
||||
cmdbar_bg: Color::Blue,
|
||||
cmdbar_extra_lines_bg: Color::Blue,
|
||||
disabled_fg: Color::DarkGray,
|
||||
diff_line_add: Color::Green,
|
||||
|
Loading…
Reference in New Issue
Block a user