diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 554f786..207c43b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -2,6 +2,7 @@ include themes/everforest.conf font_size 10 background_opacity 0.95 +tab_bar_edge top # 关闭响铃声音 enable_audio_bell no diff --git a/.config/kitty/themes/everforest.conf b/.config/kitty/themes/everforest.conf index 54c6224..90ff09f 100644 --- a/.config/kitty/themes/everforest.conf +++ b/.config/kitty/themes/everforest.conf @@ -1,8 +1,18 @@ -foreground #d3c6aa -background #2b3339 -cursor #7fbbb3 +foreground #d3c6aa +background #2b3339 +cursor #d3c6aa +cursor_text_color #323c41 -color0 #4b565c +# 链接下划线 +url_color #7fbbb3 + +# 标签栏 +active_tab_foreground #9da9a0 +active_tab_background #503946 +inactive_tab_foreground #9da9a0 +inactive_tab_background #394f5a + +color0 #4b555b color1 #e67e80 color2 #a7c080 color3 #dbbc7f @@ -10,8 +20,8 @@ color4 #7fbbb3 color5 #d699b6 color6 #83c092 color7 #d3c6aa - -color8 #111111 +# 以下的颜色不在everforest +color8 #1b1e20 color9 #fc8b8f color10 #bbd690 color11 #f0cc8b