diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 14:54:32 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 14:54:32 +0530 |
| commit | e25a21788a82c8e66c8b191f851162f69a2056ff (patch) | |
| tree | c8eb5d66eb208aa898aabbbe8018e9bfc41d8032 /kitty/gruvbox_dark.conf | |
| parent | 855324577e2266a9cd03fb9662aa82645080a1c5 (diff) | |
screenshots & i3lock customization & README update
Diffstat (limited to 'kitty/gruvbox_dark.conf')
| -rw-r--r-- | kitty/gruvbox_dark.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/kitty/gruvbox_dark.conf b/kitty/gruvbox_dark.conf new file mode 100644 index 0000000..4f40ebe --- /dev/null +++ b/kitty/gruvbox_dark.conf @@ -0,0 +1,50 @@ +# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox +# This work is licensed under the terms of the MIT license. +# For a copy, see https://opensource.org/licenses/MIT. + +# 235_bg, 223_fg1 +background #282828 +foreground #ebdbb2 + +# 245_gray, 237_bg1 +selection_foreground #928374 +selection_background #3c3836 + +# 229_fg0, 236_bg0_s +cursor #fbf1c7 +cursor_text_color #32302f + +# 208_orange +url_color #fe8019 + +# 235_bg, 241_bg3 +color0 #282828 +color8 #665c54 + +# 124_red, 167_red +color1 #cc241d +color9 #fb4934 + +# 106_green, 142_green +color2 #98971a +color10 #b8bb26 + +# 172_yellow, 214_yellow +color3 #d79921 +color11 #fabd2f + +# 72_aqua, 109_blue +color4 #689d6a +color12 #83a598 + +# 132_purple, 175_purple +color5 #b16286 +color13 #d3869b + +# 72_aqua, 108_aqua +color6 #689d6a +color14 #8ec07c + +# 246_gray, 245_gray +color7 #a89984 +color15 #928374 |
