diff options
author | awy <awy@awy.one> | 2024-09-29 17:26:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-09-29 17:26:00 +0300 |
commit | 2d6ebbe93d66106d7b39ff1a402e585e66a2efa0 (patch) | |
tree | 7c863c9dda75f5865605f341454f94b01f46cd97 /.config/kitty | |
parent | 6edb4022ba5d10ff01f01aa2d82852748b8a6b32 (diff) |
gruvbox
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/gruvbox.conf | 49 | ||||
-rw-r--r-- | .config/kitty/kitty.conf | 11 |
2 files changed, 56 insertions, 4 deletions
diff --git a/.config/kitty/gruvbox.conf b/.config/kitty/gruvbox.conf new file mode 100644 index 0000000..369da8d --- /dev/null +++ b/.config/kitty/gruvbox.conf @@ -0,0 +1,49 @@ +# 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. + +background #282828 +foreground #ebdbb2 + +cursor #928374 + +selection_foreground #928374 +selection_background #3c3836 + +color0 #282828 +color8 #928374 + +# red +color1 #cc241d +# light red +color9 #fb4934 + +# green +color2 #98971a +# light green +color10 #b8bb26 + +# yellow +color3 #d79921 +# light yellow +color11 #fabd2d + +# blue +color4 #458588 +# light blue +color12 #83a598 + +# magenta +color5 #b16286 +# light magenta +color13 #d3869b + +# cyan +color6 #689d6a +# lighy cyan +color14 #8ec07c + +# light gray +color7 #a89984 +# dark gray +color15 #928374 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index d1b523d..5cd0f7b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,11 +1,14 @@ -include catppuccin.conf +include gruvbox.conf font_size 16.0 -font_family LiterationMono Nerd Font Mono +font_family monospace bold_font auto italic_font auto bold_italic_font auto -window_padding_width 10 -background_opacity 0.7 +cursor_shape block +shell_integration no-cursor +window_padding_width 10 +background_opacity 0.9 confirm_os_window_close 0 + |