Last active
November 28, 2024 00:18
-
-
Save lunks/0d5731693084b2831c88ca23936d20e8 to your computer and use it in GitHub Desktop.
gruvbox-dark theme for kitty - the fast, featureful, GPU based terminal emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
you can also customize the tab bar.
active_tab_foreground #655b53
active_tab_background #ebdbb2
inactive_tab_foreground #ebdbb2
inactive_tab_background #655b53
Thanks very much
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome! Thanks