diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index e92f09c..182c1e5 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -2,7 +2,6 @@ allow_remote_control socket-only listen_on unix:/tmp/kitty # {{{ 主题 -include themes/everforest.conf font_size 10 background_opacity 0.95 @@ -14,9 +13,6 @@ window_alert_on_bell no # 下划线位置(偏下) modify_font underline_position 3 -# 更细的边框线条字符 -box_drawing_scale 0.001, 0.1, 1, 2 - # Unicode PUA使用Nerd font,会覆盖来自其他字体的字形 symbol_map U+E000-U+F8FF Symbols Nerd Font # }}} diff --git a/.config/kitty/themes/everforest-light.conf b/.config/kitty/themes/everforest-light.conf deleted file mode 100644 index e8ce8a7..0000000 --- a/.config/kitty/themes/everforest-light.conf +++ /dev/null @@ -1,36 +0,0 @@ -foreground #5c6a72 -background #f3ead3 -cursor #5c6a72 -cursor_text_color #f4f0d9 - -# 链接下划线 -url_color #3a94c5 - -# 窗口分割线 -active_border_color #8da101 -inactive_border_color #ddd8be - -# 标签栏 -active_tab_foreground #829181 -active_tab_background #e1e4bd -active_tab_font_style bold -inactive_tab_foreground #829181 -inactive_tab_background #ddd8be - -color0 #ddd8be -color1 #f85552 -color2 #8da101 -color3 #dfa000 -color4 #3a94c5 -color5 #df69ba -color6 #35a77c -color7 #5c6a72 -color8 #b9c0ab -# 重复 -color9 #f85552 -color10 #8da101 -color11 #dfa000 -color12 #3a94c5 -color13 #df69ba -color14 #35a77c -color15 #5c6a72 diff --git a/.config/kitty/themes/everforest.conf b/.config/kitty/themes/everforest.conf deleted file mode 100644 index 0bc9e3c..0000000 --- a/.config/kitty/themes/everforest.conf +++ /dev/null @@ -1,36 +0,0 @@ -foreground #d3c6aa -background #272e33 -cursor #d3c6aa -cursor_text_color #2e383c - -# 链接下划线 -url_color #7fbbb3 - -# 窗口分割线 -active_border_color #a7c080 -inactive_border_color #384b55 - -# 标签栏 -active_tab_foreground #9da9a0 -active_tab_background #4c3743 -active_tab_font_style bold -inactive_tab_foreground #9da9a0 -inactive_tab_background #384b55 - -color0 #414b50 -color1 #e67e80 -color2 #a7c080 -color3 #dbbc7f -color4 #7fbbb3 -color5 #d699b6 -color6 #83c092 -color7 #d3c6aa -color8 #4f5b58 -# 以下的颜色不在everforest -color9 #fc8b8f -color10 #bbd690 -color11 #f0cc8b -color12 #8ed1c7 -color13 #eba9c9 -color14 #94d6a3 -color15 #e8d9bc