From 2a01988f3e7a511eedfdad8bdc7e55110e6f0807 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Wed, 28 Aug 2024 11:49:28 +0200 Subject: [PATCH] Update kitty theme --- .config/kitty/current-theme.conf | 57 ++++++++++++-------------------- .config/kitty/kitty.conf | 2 +- .config/kitty/kitty.conf.bak | 6 ++++ 3 files changed, 28 insertions(+), 37 deletions(-) diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf index 370bf93..2543819 100644 --- a/.config/kitty/current-theme.conf +++ b/.config/kitty/current-theme.conf @@ -1,36 +1,21 @@ -## name: Cherry Midnight -## author: nullxception -## license: GPLv3 -## upstream: https://github.com/nullxception/cherry-kde/raw/main/kitty/cherry-midnight.conf - -foreground #bdc3df -background #101017 -selection_foreground #101017 -selection_background #bdc3df - -cursor #bdc3df -cursor_text_color #101017 -url_color #85b6ff - -tab_bar_background #101017 -active_tab_foreground #bdc3df -active_tab_background #33333f -inactive_tab_foreground #dedeff -inactive_tab_background #101017 - -color0 #33333f -color1 #ff568e -color2 #64de83 -color3 #efff73 -color4 #73a9ff -color5 #946ff7 -color6 #62c6da -color7 #dedeff -color8 #43435a -color9 #ff69a2 -color10 #73de8a -color11 #f3ff85 -color12 #85b6ff -color13 #a481f7 -color14 #71c2d9 -color15 #ebebff +background #090200 +foreground #a4a1a1 +cursor #a4a1a1 +selection_background #494542 +color0 #090200 +color8 #5b5754 +color1 #da2c20 +color9 #e8bacf +color2 #00a152 +color10 #3a3332 +color3 #fcec02 +color11 #494542 +color4 #00a0e4 +color12 #7f7c7b +color5 #a06994 +color13 #d6d4d3 +color6 #b5e4f4 +color14 #ccab53 +color7 #a4a1a1 +color15 #f7f7f7 +selection_foreground #090200 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c94b722..06dcee0 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -104,6 +104,6 @@ adjust_line_height 95% # BEGIN_KITTY_THEME -# Cherry Midnight +# 3024 Night include current-theme.conf # END_KITTY_THEME \ No newline at end of file diff --git a/.config/kitty/kitty.conf.bak b/.config/kitty/kitty.conf.bak index 8ed8bbd..c94b722 100644 --- a/.config/kitty/kitty.conf.bak +++ b/.config/kitty/kitty.conf.bak @@ -101,3 +101,9 @@ adjust_line_height 95% #: }}} + + +# BEGIN_KITTY_THEME +# Cherry Midnight +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file