diff --git a/kitty/colors.conf b/kitty/colors.conf deleted file mode 100644 index 478bcfd..0000000 --- a/kitty/colors.conf +++ /dev/null @@ -1,20 +0,0 @@ -foreground #e5e3e3 -background #221e21 -cursor #e5e3e3 - -color0 #0c080b -color8 #383437 -color1 #A83D63 -color9 #bf718d -color2 #D09177 -color10 #dcaf9c -color3 #506699 -color11 #6f81ab -color4 #B5659A -color12 #c98fb5 -color5 #4DA6CE -color13 #7dbedb -color6 #aea0c7 -color14 #bcb1d1 -color7 #d1cfcf -color15 #eceaea diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100644 index 044d99a..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -1,11 +0,0 @@ -# using the Fira Code font -font_family Fira Code -bold_font auto -italic_font auto -bold_italic_font auto - -font_size 11 -background_opacity 0.5 -# vi:ft=conf - -include colors.conf