From 2c9095947d5319931eb08ba94cae00fe9602c997 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 6 Dec 2022 11:29:08 -0600 Subject: [PATCH] Move color19 from source theme into kitty conf --- common/kitty/current-theme.conf | 3 --- common/kitty/kitty.conf | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/kitty/current-theme.conf b/common/kitty/current-theme.conf index 39fa1ed..0ca4ec7 100644 --- a/common/kitty/current-theme.conf +++ b/common/kitty/current-theme.conf @@ -55,6 +55,3 @@ active_tab_foreground #100847 active_tab_background #8d8dba inactive_tab_foreground #100814 inactive_tab_background #6b6b88 - -# same as bg -color19 #100814 \ No newline at end of file diff --git a/common/kitty/kitty.conf b/common/kitty/kitty.conf index 0566544..7a2a004 100644 --- a/common/kitty/kitty.conf +++ b/common/kitty/kitty.conf @@ -108,4 +108,7 @@ touch_scroll_multiplier 5.0 # BEGIN_KITTY_THEME # Wizzy Muted include current-theme.conf -# END_KITTY_THEME \ No newline at end of file +# END_KITTY_THEME + +# same as bg +color19 #100814 \ No newline at end of file