diff --git a/config/kitty/current-theme.conf b/config/kitty/current-theme.conf new file mode 100644 index 00000000..0bddb758 --- /dev/null +++ b/config/kitty/current-theme.conf @@ -0,0 +1,28 @@ +# vim:ft=kitty + +## name: Solarized Dark +## author: Ethan Schoonover +## license: MIT +## blurb: Precision colors for machines and people + +background #002b36 +foreground #839496 +cursor #708183 +selection_background #073642 +color0 #002731 +color8 #001e26 +color1 #d01b24 +color9 #bd3612 +color2 #728905 +color10 #465a61 +color3 #a57705 +color11 #52676f +color4 #2075c7 +color12 #708183 +color5 #c61b6e +color13 #5856b9 +color6 #259185 +color14 #81908f +color7 #e9e2cb +color15 #fcf4dc +selection_foreground #93a1a1 diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf new file mode 100644 index 00000000..0237a025 --- /dev/null +++ b/config/kitty/kitty.conf @@ -0,0 +1,16 @@ +# vim:fileencoding=utf-8:foldmethod=marker + +font_family MesloLGS NF +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 14 + +macos_option_as_alt yes +macos_quit_when_last_window_closed yes + +# BEGIN_KITTY_THEME +# Solarized Dark +include current-theme.conf +# END_KITTY_THEME