mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
make cmdbar_bg style default to blue again
This commit is contained in:
parent
bacf81f6d6
commit
69d30a2cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ impl Default for Theme {
|
||||||
selected_tab: Color::Reset,
|
selected_tab: Color::Reset,
|
||||||
command_fg: Color::White,
|
command_fg: Color::White,
|
||||||
selection_bg: Color::Blue,
|
selection_bg: Color::Blue,
|
||||||
cmdbar_bg: Color::Reset,
|
cmdbar_bg: Color::Blue,
|
||||||
cmdbar_extra_lines_bg: Color::Blue,
|
cmdbar_extra_lines_bg: Color::Blue,
|
||||||
disabled_fg: Color::DarkGray,
|
disabled_fg: Color::DarkGray,
|
||||||
diff_line_add: Color::Green,
|
diff_line_add: Color::Green,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue