From e2054a31166fb035c6bf08dcca5aab8ada23e7d5 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Wed, 15 Mar 2023 20:38:44 +0100 Subject: [PATCH] adding gitui theme and explanation --- .config/gitui/theme.ron | 23 +++++++++++++++++++++++ README.md | 12 ++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .config/gitui/theme.ron diff --git a/.config/gitui/theme.ron b/.config/gitui/theme.ron new file mode 100644 index 0000000..2dabf34 --- /dev/null +++ b/.config/gitui/theme.ron @@ -0,0 +1,23 @@ +( + selected_tab: Cyan, + command_fg: Black, + selection_bg: Blue, + selection_fg: DarkGray, + cmdbar_bg: Blue, + cmdbar_extra_lines_bg: Blue, + disabled_fg: Gray, + 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, +) diff --git a/README.md b/README.md index cdb00a5..56be4cc 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,18 @@ These directories/files are installed to your home directory and follow the [XDG +
+ gitui + +
+ + File: [`~/.config/gitui/theme.ron`](.config/gitui/theme.ron) + + This just sets a basic colorscheme for gitui so it's readable with [spacechalk.nvim]-like colors :) + +
+ +
iterm2