kitty: use gruvbox dark theme

This commit is contained in:
fanyx 2025-01-21 17:14:12 +01:00
parent 8640bb4a80
commit cd7a0b34de
2 changed files with 33 additions and 24 deletions

View File

@ -1,21 +1,32 @@
background #1e1e1e ## name: Gruvbox Dark
foreground #b8bcb9 ## author: Pavel Pertsev
cursor #eee ## license: MIT/X11
selection_background #efcc00 ## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
color0 #3a3c43
color8 #888987 selection_foreground #ebdbb2
color1 #be3e48 selection_background #d65d0e
color9 #fb001e
color2 #869a3a background #282828
color10 #0e712e foreground #ebdbb2
color3 #c4a535
color11 #c37033 color0 #3c3836
color4 #4e76a1 color1 #cc241d
color12 #176ce3 color2 #98971a
color5 #855b8d color3 #d79921
color13 #fb0067 color4 #458588
color6 #568ea3 color5 #b16286
color14 #2d6f6c color6 #689d6a
color7 #b8bcb9 color7 #a89984
color15 #fcffb8 color8 #928374
selection_foreground #1e1e1e color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #fbf1c7
cursor #bdae93
cursor_text_color #665c54
url_color #458588

View File

@ -1238,8 +1238,6 @@ map kitty_mod+f6 debug_config
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Dimmed Monokai # Gruvbox Dark
include current-theme.conf include current-theme.conf
# Embark
# include embark-kitty.conf
# END_KITTY_THEME # END_KITTY_THEME