Skip to content

Instantly share code, notes, and snippets.

@wesleimp
Created November 28, 2021 17:06
Show Gist options
  • Save wesleimp/68866a51456ce768f2a38a3a27006a2d to your computer and use it in GitHub Desktop.
Save wesleimp/68866a51456ce768f2a38a3a27006a2d to your computer and use it in GitHub Desktop.
gruvbox-dark theme for kitty
# gruvbox-dark colorscheme for kitty
# snazzy theme used as base
foreground #ebdbb2
background #272727
selection_foreground #655b53
selection_background #ebdbb2
url_color #d65c0d
# black
color0 #272727
color8 #928373
# red
color1 #cc231c
color9 #fb4833
# green
color2 #989719
color10 #b8ba25
# yellow
color3 #d79920
color11 #fabc2e
# blue
color4 #448488
color12 #83a597
# magenta
color5 #b16185
color13 #d3859a
# cyan
color6 #689d69
color14 #8ec07b
# white
color7 #a89983
color15 #ebdbb2
active_tab_foreground #655b53
active_tab_background #ebdbb2
inactive_tab_foreground #ebdbb2
inactive_tab_background #655b53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment