summaryrefslogtreecommitdiff
path: root/.config/gitui/theme.ron
diff options
context:
space:
mode:
Diffstat (limited to '.config/gitui/theme.ron')
-rw-r--r--.config/gitui/theme.ron23
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/gitui/theme.ron b/.config/gitui/theme.ron
new file mode 100644
index 0000000..9818424
--- /dev/null
+++ b/.config/gitui/theme.ron
@@ -0,0 +1,23 @@
+(
+ selected_tab: Some(Reset),
+ command_fg: Some(Rgb(205, 214, 244)),
+ selection_bg: Some(Rgb(88, 91, 112)),
+ selection_fg: Some(Rgb(205, 214, 244)),
+ cmdbar_bg: Some(Rgb(24, 24, 37)),
+ cmdbar_extra_lines_bg: Some(Rgb(24, 24, 37)),
+ disabled_fg: Some(Rgb(127, 132, 156)),
+ diff_line_add: Some(Rgb(166, 227, 161)),
+ diff_line_delete: Some(Rgb(243, 139, 168)),
+ diff_file_added: Some(Rgb(249, 226, 175)),
+ diff_file_removed: Some(Rgb(235, 160, 172)),
+ diff_file_moved: Some(Rgb(203, 166, 247)),
+ diff_file_modified: Some(Rgb(250, 179, 135)),
+ commit_hash: Some(Rgb(180, 190, 254)),
+ commit_time: Some(Rgb(186, 194, 222)),
+ commit_author: Some(Rgb(116, 199, 236)),
+ danger_fg: Some(Rgb(243, 139, 168)),
+ push_gauge_bg: Some(Rgb(137, 180, 250)),
+ push_gauge_fg: Some(Rgb(30, 30, 46)),
+ tag_fg: Some(Rgb(245, 224, 220)),
+ branch_fg: Some(Rgb(148, 226, 213))
+)