diff --git a/.config/kitty/Wombat.conf b/.config/kitty/Wombat.conf new file mode 100644 index 0000000..d4616fc --- /dev/null +++ b/.config/kitty/Wombat.conf @@ -0,0 +1,21 @@ +background #171717 +foreground #ded9ce +cursor #bbbbbb +selection_background #453a39 +color0 #000000 +color8 #313131 +color1 #ff605a +color9 #f58b7f +color2 #b1e869 +color10 #dcf88f +color3 #ead89c +color11 #eee5b2 +color4 #5da9f6 +color12 #a5c7ff +color5 #e86aff +color13 #ddaaff +color6 #82fff6 +color14 #b6fff9 +color7 #ded9ce +color15 #fefffe +selection_foreground #171717 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 11f0222..1aeb2e8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,7 +1,7 @@ font_family IBM Plex Mono bold_font IBM Plex Mono SemiBold italic_font IBM Plex Mono Italic -bold_italic_font IBM Plex Mono Light Italic +bold_italic_font IBM Plex Mono ExtraLight Italic font_size 12.0 @@ -34,5 +34,5 @@ url_color #29B6F6 url_style curly #include theme-tomorrow.conf -include theme-spacegray-eighties.conf -#include ~/src/github.com/dexpota/kitty-themes/themes/Tango_Dark.conf +include Wombat.conf +include ~/src/github.com/dexpota/kitty-themes/themes/Wombat.conf