kitty: gruvbox
This commit is contained in:
parent
d3da96ba3d
commit
964e6dd2af
1 changed files with 27 additions and 27 deletions
|
@ -11,11 +11,11 @@ tab_title_template " ┇{index}┇{title} "
|
||||||
tab_bar_style separator
|
tab_bar_style separator
|
||||||
tab_separator ""
|
tab_separator ""
|
||||||
tab_bar_edge top
|
tab_bar_edge top
|
||||||
active_tab_background #93a1a1
|
active_tab_foreground #282828
|
||||||
active_tab_foreground #fdf6e3
|
active_tab_background #a89984
|
||||||
active_tab_font_style italic
|
active_tab_font_style italic
|
||||||
inactive_tab_background #eee8d5
|
inactive_tab_foreground #ebdbb2
|
||||||
inactive_tab_foreground #657b83
|
inactive_tab_background #282828
|
||||||
inactive_tab_font_style italic
|
inactive_tab_font_style italic
|
||||||
|
|
||||||
enabled_layouts splits,stack
|
enabled_layouts splits,stack
|
||||||
|
@ -63,28 +63,28 @@ map ctrl+alt+v paste_from_clipboard
|
||||||
mouse_map left click ungrabbed mouse_click_url_or_select
|
mouse_map left click ungrabbed mouse_click_url_or_select
|
||||||
mouse_map alt+left press ungrabbed mouse_selection rectangle
|
mouse_map alt+left press ungrabbed mouse_selection rectangle
|
||||||
|
|
||||||
# Solarized light
|
# Gruvbox Dark
|
||||||
selection_foreground #586e75
|
selection_foreground #282828
|
||||||
selection_background #eee8d5
|
selection_background #83a598
|
||||||
foreground #657b83
|
foreground #ebdbb2
|
||||||
background #fdf6e3
|
background #282828
|
||||||
cursor #cb4b16
|
cursor #fb4934
|
||||||
cursor_text_color #fdf6e3
|
cursor_text_color #282828
|
||||||
|
|
||||||
color0 #073642
|
color0 #282828
|
||||||
color1 #dc322f
|
color1 #cc241d
|
||||||
color2 #859900
|
color2 #98971a
|
||||||
color3 #b58900
|
color3 #d79921
|
||||||
color4 #268bd2
|
color4 #458588
|
||||||
color5 #d33682
|
color5 #b16286
|
||||||
color6 #2aa198
|
color6 #689d6a
|
||||||
color7 #eee8d5
|
color7 #a89984
|
||||||
|
|
||||||
color8 #002b36
|
color8 #928374
|
||||||
color9 #cb4b16
|
color9 #fb4934
|
||||||
color10 #586e75
|
color10 #b8bb26
|
||||||
color11 #657b83
|
color11 #fabd2f
|
||||||
color12 #839496
|
color12 #83a598
|
||||||
color13 #6c71c4
|
color13 #d3869b
|
||||||
color14 #93a1a1
|
color14 #8ec07c
|
||||||
color15 #fdf6e3
|
color15 #ebdbb2
|
||||||
|
|
Loading…
Reference in a new issue