From bdd645a250e31196e193e0382013ba51ecf218cc Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 24 Aug 2021 07:38:29 -0400 Subject: [PATCH 1/4] 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 From 56db4f62a15c30da933d8bda83fc75f7df22e912 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 24 Aug 2021 07:39:45 -0400 Subject: [PATCH 2/4] remove comment from my personal dotfiles --- extra/catppuccino.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extra/catppuccino.conf b/extra/catppuccino.conf index cb873df..d095d4b 100644 --- a/extra/catppuccino.conf +++ b/extra/catppuccino.conf @@ -1,5 +1,4 @@ -# based on https://github.com/Pocco81/Catppuccino.nvim - +# main colors background #0e171c foreground #abb2bf selection_background #3b4261 @@ -7,7 +6,7 @@ selection_foreground #dfdfe0 url_color #dfdfe0 cursor #abb2bf -# Tabs +# tabs active_tab_background #61afef active_tab_foreground #2a2e36 inactive_tab_background #dfdfe0 From b0b88f7286a281fe183638f2e5b40f3fb88b11cf Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 24 Aug 2021 14:46:45 -0400 Subject: [PATCH 3/4] add neon_latte theme --- extra/{ => kitty}/catppuccino.conf | 0 extra/kitty/neon_latte.conf | 38 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) rename extra/{ => kitty}/catppuccino.conf (100%) create mode 100644 extra/kitty/neon_latte.conf diff --git a/extra/catppuccino.conf b/extra/kitty/catppuccino.conf similarity index 100% rename from extra/catppuccino.conf rename to extra/kitty/catppuccino.conf diff --git a/extra/kitty/neon_latte.conf b/extra/kitty/neon_latte.conf new file mode 100644 index 0000000..a4710f5 --- /dev/null +++ b/extra/kitty/neon_latte.conf @@ -0,0 +1,38 @@ +# main colors +background #150b26 +foreground #fdebc3 +selection_background #2a2e36 +selection_foreground #dfdfe0 +url_color #dfdfe0 +cursor #dfdfe0 + +# tabs +active_tab_background #96e2f0 +active_tab_foreground #393b44 +inactive_tab_background #dfdfe0 +inactive_tab_foreground #393b44 +tab_bar_background #150b26 + +# normal +color0 #2a2e36 +color1 #cf4f6d +color2 #51ee72 +color3 #ffe070 +color4 #96e2f0 +color5 #d97bf2 +color6 #63cdcf +color7 #393b44 + +# bright +color8 #7f8c98 +color9 #e06c75 +color10 #58cd8b +color11 #ffe37e +color12 #84cee4 +color13 #b8a1e3 +color14 #59F0FF +color15 #FDEBC3 + +# extended colors +color16 #ffe37e +color17 #e06c75 From 43eef24bdb68a31c3519252436e857507db07c5b Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Tue, 24 Aug 2021 19:04:24 -0500 Subject: [PATCH 4/4] feat: added Kitty theme for Light Melya --- extra/kitty/light_melya.conf | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 extra/kitty/light_melya.conf diff --git a/extra/kitty/light_melya.conf b/extra/kitty/light_melya.conf new file mode 100644 index 0000000..9ff80ee --- /dev/null +++ b/extra/kitty/light_melya.conf @@ -0,0 +1,38 @@ +# main colors +background #fbfbfb +foreground #0E171C +selection_background #2a2e36 +selection_foreground #dfdfe0 +url_color #63cdcf +cursor #0E171C + +# tabs +active_tab_background #fbfbfb +active_tab_foreground #0E171C +inactive_tab_background #dfdfe0 +inactive_tab_foreground #7f8c98 +tab_bar_background #526175 + +# normal +color0 #2a2e36 +color1 #cf4f6d +color2 #76AB49 +color3 #FFCE1F +color4 #157C8E +color5 #A414CC +color6 #63cdcf +color7 #393b44 + +# bright +color8 #7f8c98 +color9 #e06c75 +color10 #58cd8b +color11 #FFE37E +color12 #84cee4 +color13 #b8a1e3 +color14 #59F0FF +color15 #FDEBC3 + +# extended colors +color16 #FFCE1F +color17 #D84652