diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index f77de946..b2de3fe1 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1482,4 +1482,4 @@ map kitty_mod+f6 debug_config #: }}} -include ~/.config/kitty/themes/nord.conf +include ~/.config/kitty/themes/everforest.conf diff --git a/.config/kitty/themes/everforest.conf b/.config/kitty/themes/everforest.conf new file mode 100644 index 00000000..3a61fcf1 --- /dev/null +++ b/.config/kitty/themes/everforest.conf @@ -0,0 +1,48 @@ +# A port of forest night by sainnhe +# https://github.com/sainnhe/forest-night + +background #323d43 +foreground #d8caac + +cursor #d8caac + +selection_foreground #d8caac +selection_background #505a60 + +color0 #3c474d +color8 #868d80 + +# red +color1 #e68183 +# light red +color9 #e68183 + +# green +color2 #a7c080 +# light green +color10 #a7c080 + +# yellow +color3 #d9bb80 +# light yellow +color11 #d9bb80 + +# blue +color4 #83b6af +# light blue +color12 #83b6af + +# magenta +color5 #d39bb6 +# light magenta +color13 #d39bb6 + +# cyan +color6 #87c095 +# light cyan +color14 #87c095 + +# light gray +color7 #868d80 +# dark gray +color15 #868d80