diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-01 22:39:34 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-01 22:40:24 -0700 |
| commit | c2c717a867d56aedbda9c483a545a81bb5eedd9f (patch) | |
| tree | 777df402f5d52f41a9c7cde0cb282bfda9c64e2d /dot-config | |
| parent | 1533bb62f2d43f91f4ab91afa5f9cda3c4ecba51 (diff) | |
add kitty config
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/kitty/Gruvbox Material Dark Medium.conf | 47 | ||||
| -rw-r--r-- | dot-config/kitty/kitty.conf | 26 |
2 files changed, 73 insertions, 0 deletions
diff --git a/dot-config/kitty/Gruvbox Material Dark Medium.conf b/dot-config/kitty/Gruvbox Material Dark Medium.conf new file mode 100644 index 0000000..88e7be9 --- /dev/null +++ b/dot-config/kitty/Gruvbox Material Dark Medium.conf @@ -0,0 +1,47 @@ +# vim:ft=kitty +## name: Gruvbox Material Dark Medium +## author: Sainnhe Park +## license: MIT +## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-medium.conf +## blurb: A modified version of Gruvbox with softer contrasts + +background #282828 +foreground #d4be98 + +selection_background #d4be98 +selection_foreground #282828 + +cursor #a89984 +cursor_text_color background + +# Black +color0 #665c54 +color8 #928374 + +# Red +color1 #ea6962 +color9 #ea6962 + +# Green +color2 #a9b665 +color10 #a9b665 + +# Yellow +color3 #e78a4e +color11 #d8a657 + +# Blue +color4 #7daea3 +color12 #7daea3 + +# Magenta +color5 #d3869b +color13 #d3869b + +# Cyan +color6 #89b482 +color14 #89b482 + +# White +color7 #d4be98 +color15 #d4be98 diff --git a/dot-config/kitty/kitty.conf b/dot-config/kitty/kitty.conf new file mode 100644 index 0000000..b9b2d86 --- /dev/null +++ b/dot-config/kitty/kitty.conf @@ -0,0 +1,26 @@ +# Kitty Config + +font_family PragmataPro Mono Liga +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 19.0 + +# include theme +include Gruvbox Material Dark Medium.conf + +background #141617 +active_tab_foreground #BFBDB6 +active_tab_background #131721 +inactive_tab_foreground #565B66 +inactive_tab_background #131721 + +background_opacity 0.88 +background_blur 64 + +hide_window_decorations titlebar-only + +window_padding_width 40 20 + +enable_audio_bell no |
