mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
adding gitui theme and explanation
This commit is contained in:
parent
eb6263eb13
commit
e2054a3116
2 changed files with 35 additions and 0 deletions
23
.config/gitui/theme.ron
Normal file
23
.config/gitui/theme.ron
Normal file
|
@ -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,
|
||||
)
|
12
README.md
12
README.md
|
@ -189,6 +189,18 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>gitui</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
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 :)
|
||||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><code>iterm2</code></summary>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue