solorice/.config/gitui/theme.ron

24 lines
578 B
Plaintext

(
selected_tab: Reset,
command_fg: White,
selection_bg: Blue,
selection_fg: Black,
cmdbar_bg: Reset,
cmdbar_extra_lines_bg: Reset,
disabled_fg: DarkGray,
diff_line_add: Green,
diff_line_delete: Red,
diff_file_added: LightGreen,
diff_file_removed: LightRed,
diff_file_moved: LightMagenta,
diff_file_modified: Yellow,
commit_hash: Magenta,
commit_time: LightCyan,
commit_author: Green,
danger_fg: Red,
push_gauge_bg: Reset,
push_gauge_fg: Magenta,
tag_fg: LightMagenta,
branch_fg: LightYellow,
)