From 0f02563bf38cef7a882f323a8c74f2ab6de53569 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 9 Dec 2023 23:43:52 -0600 Subject: [PATCH] refactor(kitty): improve kitty theme --- dots/.config/kitty/themes/kanagawa.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/dots/.config/kitty/themes/kanagawa.conf b/dots/.config/kitty/themes/kanagawa.conf index 2916b2b6..68d55763 100644 --- a/dots/.config/kitty/themes/kanagawa.conf +++ b/dots/.config/kitty/themes/kanagawa.conf @@ -1,12 +1,10 @@ -# vim:ft=kitty - ## name: Kanagawa ## license: MIT ## author: Tommaso Laurenzi ## upstream: https://github.com/rebelot/kanagawa.nvim/ -background #1F1F28 +background #000000 foreground #DCD7BA selection_background #2D4F67 selection_foreground #C8C093 @@ -14,14 +12,18 @@ url_color #72A7BC cursor #C8C093 # Tabs -active_tab_background #2D4F67 -active_tab_foreground #DCD7BA -inactive_tab_background #223249 +active_tab_background #E6C384 +active_tab_foreground #1F1F28 +inactive_tab_background #1F1F28 inactive_tab_foreground #727169 -#tab_bar_background #15161E +tab_bar_background #16161D + +# Windows +inactive_border_color #363646 +active_border_color #FFA066 # normal -color0 #090618 +color0 #16161D color1 #C34043 color2 #76946A color3 #C0A36E