gitui: update default theme to match upstream

Fixes #3506
This commit is contained in:
Robert Helgesson 2022-12-28 23:20:17 +01:00
parent fb49fbc368
commit fa1bc088ea
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -41,6 +41,8 @@ in {
selected_tab: Reset, selected_tab: Reset,
command_fg: White, command_fg: White,
selection_bg: Blue, selection_bg: Blue,
selection_fg: White,
cmdbar_bg: Blue,
cmdbar_extra_lines_bg: Blue, cmdbar_extra_lines_bg: Blue,
disabled_fg: DarkGray, disabled_fg: DarkGray,
diff_line_add: Green, diff_line_add: Green,
@ -55,6 +57,8 @@ in {
danger_fg: Red, danger_fg: Red,
push_gauge_bg: Blue, push_gauge_bg: Blue,
push_gauge_fg: Reset, push_gauge_fg: Reset,
tag_fg: LightMagenta,
branch_fg: LightYellow,
) )
''; '';
description = '' description = ''