make cmdbar_bg style default to blue again

This commit is contained in:
extrawurst 2022-08-30 14:05:10 +02:00
parent bacf81f6d6
commit 69d30a2cd0

View File

@ -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,