diff options
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf | 55 |
1 files changed, 18 insertions, 37 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 03c9730..c444634 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -18,40 +18,21 @@ cursor_blink_interval 0 shell_integration no-cursor -background #1a1b26 -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 +foreground #b5b4c9 +background #1c1c1c +color0 #2e313d +color8 #5b5f71 +color1 #cf8164 +color9 #fe9f7c +color2 #76a065 +color10 #92c47e +color3 #ab924c +color11 #d2b45f +color4 #8296b0 +color12 #a0b9d8 +color5 #a18daf +color13 #c6aed7 +color6 #659ea2 +color14 #7dc2c7 +color7 #b5b4c9 +color15 #f0ecfe |