Add everforest-light theme

This commit is contained in:
rydesun 2023-05-19 12:51:57 +08:00
parent 8ec2d96e25
commit 3b4cc5aa6f
3 changed files with 61 additions and 7 deletions

View file

@ -35,26 +35,43 @@
; Unicode文件名
quotepath = off
pager = delta
; https://github.com/samjwill/nvim-unception#working-with-git
editor = nvim --cmd 'let g:unception_block_while_host_edits=1'
; === delta配置 ===
; {{{ delta配置(需要安装delta)
; https://github.com/dandavison/delta
[core]
; https://github.com/dandavison/delta/issues/447
pager = delta --features "$(case \
"$(gsettings get org.gnome.desktop.interface color-scheme)" \
in *light*) echo light-theme;; *) echo dark-theme;; esac)"
[interactive]
diffFilter = delta --color-only
[delta]
; commit信息增加下划线
commit-decoration-style = bold ul
; 文件名以块状显示
file-style = bold black white
; 去掉文件名的下划线
file-decoration-style = none
[delta "dark-theme"]
; commit信息增加下划线
commit-decoration-style = bold ul
; 文件名以块状显示
file-style = bold black white
; diff的配色
minus-style = syntax "#39180b"
minus-emph-style = normal "#734347"
plus-style = syntax "#1a2810"
plus-emph-style = normal "#406040"
[delta "light-theme"]
commit-decoration-style = bold ul orange
file-style = bold white black
; diff的配色
syntax-theme = "GitHub"
; }}}
# vim: foldmethod=marker:foldlevel=0

View file

@ -0,0 +1,36 @@
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

View file

@ -13,6 +13,7 @@ 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