diff options
Diffstat (limited to '.config/kitty')
| -rw-r--r-- | .config/kitty/kitty.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 6236cf2..62dc588 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -25,7 +25,8 @@ # font_size 11.0 # font_family Fira Code -font_size 14.0 +font_family Fixed 6x13 +font_size 13.0 #: Font size (in pts) @@ -169,7 +170,7 @@ font_size 14.0 shell_integration no-cursor # cursor #cccccc -cursor #ff0000 +# cursor #ff0000 #: Default cursor color @@ -1518,3 +1519,9 @@ allow_remote_control yes #: }}} #: }}} + + +# BEGIN_KITTY_THEME +# Alabaster +include current-theme.conf +# END_KITTY_THEME |
