diff options
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf | 54 |
1 files changed, 36 insertions, 18 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index fc0782d..03c9730 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -18,22 +18,40 @@ cursor_blink_interval 0 shell_integration no-cursor -cursor #b8dceb -foreground #e6e6f1 background #1a1b26 -color0 #44495e -color8 #3b3b4d -color1 #EBB9B9 -color9 #cc9b9d -color2 #B1DBA4 -color10 #A3CCAD -color3 #E6DFB8 -color11 #d1ba97 -color4 #CDDBF9 -color12 #B8C9EA -color5 #F6BBE7 -color13 #b294bb -color6 #CDDBF9 -color14 #95C2D1 -color7 #C6D0E9 -color15 #63718B +foreground #c0caf5 +selection_background #33467C +selection_foreground #c0caf5 +url_color #73daca +cursor #c0caf5 + +# Tabs +active_tab_background #7aa2f7 +active_tab_foreground #1f2335 +inactive_tab_background #292e42 +inactive_tab_foreground #545c7e +#tab_bar_background #15161E + +# normal +color0 #15161E +color1 #f7768e +color2 #9ece6a +color3 #e0af68 +color4 #7aa2f7 +color5 #bb9af7 +color6 #7dcfff +color7 #a9b1d6 + +# bright +color8 #414868 +color9 #f7768e +color10 #9ece6a +color11 #e0af68 +color12 #7aa2f7 +color13 #bb9af7 +color14 #7dcfff +color15 #c0caf5 + +# extended colors +color16 #ff9e64 +color17 #db4b4b |