Skip to content

Commit

Permalink
Accept updated theme.ron for gitui.
Browse files Browse the repository at this point in the history
  • Loading branch information
theherk committed Nov 17, 2023
1 parent 4b6d0d9 commit 624f5f0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .config/gitui/theme.ron
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
(
selected_tab: Reset,
command_fg: Gray,
selection_bg: Rgb(11,41,66),
selection_fg: White,
cmdbar_bg: Rgb(11,41,66),
cmdbar_extra_lines_bg: Rgb(11,41,66),
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: Blue,
push_gauge_fg: Reset,
tag_fg: LightMagenta,
branch_fg: LightYellow,
)
selected_tab: None,
command_fg: Some(Gray),
selection_bg: Some(Rgb(11, 41, 66)),
selection_fg: None,
cmdbar_bg: Some(Rgb(11, 41, 66)),
cmdbar_extra_lines_bg: Some(Rgb(11, 41, 66)),
disabled_fg: None,
diff_line_add: None,
diff_line_delete: None,
diff_file_added: None,
diff_file_removed: None,
diff_file_moved: None,
diff_file_modified: None,
commit_hash: None,
commit_time: None,
commit_author: None,
danger_fg: None,
push_gauge_bg: None,
push_gauge_fg: None,
tag_fg: None,
branch_fg: None,
)

0 comments on commit 624f5f0

Please sign in to comment.