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_light.conf | |
| parent | 855324577e2266a9cd03fb9662aa82645080a1c5 (diff) | |
screenshots & i3lock customization & README update
Diffstat (limited to 'kitty/gruvbox_light.conf')
| -rw-r--r-- | kitty/gruvbox_light.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/kitty/gruvbox_light.conf b/kitty/gruvbox_light.conf new file mode 100644 index 0000000..73c9f9b --- /dev/null +++ b/kitty/gruvbox_light.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. + +# 229_bg, 237_fg1 +background #fbf1c7 +foreground #3c3836 + +# 237_fg1, 244_gray +selection_foreground #3c3836 +selection_background #928374 + +# 244_gray, 228_bg0_s +cursor #928374 +cursor_text_color #f2e5bc + +# 130_orange +url_color #af3a03 + +# 229_bg0, 241_fg3 +color0 #fbf1c7 +color8 #665c54 + +# 124_red, 88_red +color1 #cc241d +color9 #9d0006 + +# 106_green, 100_green +color2 #98971a +color10 #79740e + +# 172_yellow, 136_yellow +color3 #d79921 +color11 #b57614 + +# 72_aqua, 24_blue +color4 #689d6a +color12 #076678 + +# 132_purple, 96_purple +color5 #b16286 +color13 #8f3f71 + +# 72_aqua, 66_aqua +color6 #689d6a +color14 #427b58 + +# 243_gray, 244_gray +color7 #7c6f64 +color15 #928374 |
