diff options
Diffstat (limited to 'artix/home/.config/kitty')
| -rw-r--r-- | artix/home/.config/kitty/kitty.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/artix/home/.config/kitty/kitty.conf b/artix/home/.config/kitty/kitty.conf new file mode 100644 index 0000000..2cc7b2d --- /dev/null +++ b/artix/home/.config/kitty/kitty.conf @@ -0,0 +1,40 @@ +window_padding_width 0 +window_padding_height 0 +font_family 0xProto Nerd font +bold_font auto +italic_font auto +bold_italic_font auto +font_size 15.0 +disable_ligatures never +cursor_shape block +shell_integration no-cursor +cursor_blink_interval 0 +scrollback_lines 2000 +scrollbar never +open_url_with firefox +detect_ulrs yes +hide_window_decorations yes +background_blur 0 +background_opacity 1.0 +background_image none +cursor #bfc9f4 +foreground #bfc9f4 +background #1a1b26 +selection_foreground #1a1b26 +selection_background #bfc9f4 +color0 #32344a +color1 #f7768e +color2 #9ece6a +color3 #e0af68 +color4 #7aa2f7 +color5 #ad8ee6 +color6 #449dab +color7 #787c99 +color8 #444b6a +color9 #ff7a93 +color10 #b9f27c +color11 #ff9e64 +color12 #7da6ff +color13 #bb9af7 +color14 #0db9d7 +color15 #acb0d0 |
