don't rely on fg = "bg" when bg is transparent
- Support nvim-0.7 WinSeparator - nnn.nvim and nvim-tree.lua changes close #87 close #88 Co-authored-by: Qingyao Sun <sunqingyao19970825@icloud.com>
This commit is contained in:
@@ -31,7 +31,6 @@ if &background ==# 'dark'
|
||||
let g:terminal_color_13 = '#CF86C1'
|
||||
let g:terminal_color_14 = '#65B8C1'
|
||||
let g:terminal_color_15 = '#C0AB86'
|
||||
highlight Normal guifg=#F0E4CF guibg=#404040 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link LightspeedUnlabeledMatch Bold
|
||||
highlight! link TSStrong Bold
|
||||
@@ -147,10 +146,11 @@ if &background ==# 'dark'
|
||||
highlight! link Question MoreMsg
|
||||
highlight NeogitHunkHeaderHighlight guifg=#F0E4CF guibg=#474747 guisp=NONE gui=bold cterm=bold
|
||||
highlight! link NnnNormalNC NnnNormal
|
||||
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NnnVertSplit NnnWinSeparator
|
||||
highlight NonText guifg=#747474 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link EndOfBuffer NonText
|
||||
highlight! link Whitespace NonText
|
||||
highlight Normal guifg=#F0E4CF guibg=#404040 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight NormalFloat guifg=NONE guibg=#505050 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Number guifg=#F0E4CF guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight! link Boolean Number
|
||||
@@ -164,7 +164,8 @@ if &background ==# 'dark'
|
||||
highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight NvimTreeWinSeparator guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NnnWinSeparator NvimTreeWinSeparator
|
||||
highlight Pmenu guifg=NONE guibg=#505050 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuSbar guifg=NONE guibg=#777777 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuSel guifg=NONE guibg=#666666 guisp=NONE gui=NONE cterm=NONE
|
||||
@@ -212,6 +213,7 @@ if &background ==# 'dark'
|
||||
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight! link TSUnderline Underlined
|
||||
highlight VertSplit guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link WinSeparator VertSplit
|
||||
highlight Visual guifg=NONE guibg=#746956 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link DiagnosticWarn WarningMsg
|
||||
|
||||
Reference in New Issue
Block a user