gitui: colors
This commit is contained in:
parent
57c0a067a9
commit
9d87df404f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
(
|
(
|
||||||
selected_tab: Reset,
|
selected_tab: Reset,
|
||||||
command_fg: Rgb(2, 119, 189),
|
command_fg: Rgb(2, 119, 189),
|
||||||
selection_bg: Rgb(225, 245, 254),
|
selection_bg: Rgb(225, 254, 245),
|
||||||
cmdbar_extra_lines_bg: Rgb(2, 136, 209),
|
cmdbar_extra_lines_bg: Rgb(2, 136, 209),
|
||||||
disabled_fg: Rgb(109, 76, 65),
|
disabled_fg: Rgb(109, 76, 65),
|
||||||
diff_line_add: Rgb(56, 142, 60),
|
diff_line_add: Rgb(56, 142, 60),
|
||||||
|
|
Loading…
Reference in a new issue