From bdd645a250e31196e193e0382013ba51ecf218cc Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 24 Aug 2021 07:38:29 -0400 Subject: [PATCH] add kitty theme --- extra/catppuccino.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 extra/catppuccino.conf diff --git a/extra/catppuccino.conf b/extra/catppuccino.conf new file mode 100644 index 0000000..cb873df --- /dev/null +++ b/extra/catppuccino.conf @@ -0,0 +1,39 @@ +# based on https://github.com/Pocco81/Catppuccino.nvim + +background #0e171c +foreground #abb2bf +selection_background #3b4261 +selection_foreground #dfdfe0 +url_color #dfdfe0 +cursor #abb2bf + +# Tabs +active_tab_background #61afef +active_tab_foreground #2a2e36 +inactive_tab_background #dfdfe0 +inactive_tab_foreground #0e171c +tab_bar_background #0e171c + +# normal +color0 #393b44 +color1 #c94f6d +color2 #97c374 +color3 #dbc074 +color4 #61afef +color5 #c678dd +color6 #63cdcf +color7 #2a2e36 + +# bright +color8 #7f8c98 +color9 #e06c75 +color10 #58cd8b +color11 #ffe37e +color12 #84cee4 +color13 #b8a1e3 +color14 #59F0FF +color15 #7f8c98 + +# extended colors +color16 #ffe37e +color17 #e06c75