diff --git a/colors/duckbones.vim b/colors/duckbones.vim index fd0905e..1360ac8 100644 --- a/colors/duckbones.vim +++ b/colors/duckbones.vim @@ -31,7 +31,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#B3A1E6' let g:terminal_color_14 = '#00B4E0' let g:terminal_color_15 = '#B3B692' - highlight Normal guifg=#EBEFC0 guibg=#0E101A 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=#EBEFC0 guibg=#161926 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=#484E6D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#EBEFC0 guibg=#0E101A guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#222536 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#EBEFC0 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -164,7 +164,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#00A3CB guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#795CCC guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#00A3CB 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=#222536 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#4B5170 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#383C55 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=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#37382D guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/forestbones.vim b/colors/forestbones.vim index e8e0e1c..51ea640 100644 --- a/colors/forestbones.vim +++ b/colors/forestbones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#E5A7C4' let g:terminal_color_14 = '#7DD093' let g:terminal_color_15 = '#B2A790' - highlight Normal guifg=#E7DCC4 guibg=#2C343A 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 @@ -146,10 +145,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#E7DCC4 guibg=#313A41 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=#5D6D78 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#E7DCC4 guibg=#2C343A guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#3B464E guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#E7DCC4 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -163,7 +163,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#7FBCB4 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#D69AB7 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#7FBCB4 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=#3B464E guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#606F7B guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#4E5B65 guisp=NONE gui=NONE cterm=NONE @@ -211,6 +212,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#615B51 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -278,7 +280,6 @@ else let g:terminal_color_13 = '#CA43A3' let g:terminal_color_14 = '#258C67' let g:terminal_color_15 = '#6E7F88' - highlight Normal guifg=#4F5B62 guibg=#FAF3E1 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 @@ -394,10 +395,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#4F5B62 guibg=#F6EBC8 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=#C0B079 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#4F5B62 guibg=#FAF3E1 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#F0DC99 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#4F5B62 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -411,7 +413,8 @@ else highlight NvimTreeRootFolder guifg=#3A94C4 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#DF69BA guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#3A94C4 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=#E9D795 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#B7A874 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#CFBE83 guisp=NONE gui=NONE cterm=NONE @@ -459,6 +462,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#D3DFE6 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/kanagawabones.vim b/colors/kanagawabones.vim index 49dc4b1..0a63530 100644 --- a/colors/kanagawabones.vim +++ b/colors/kanagawabones.vim @@ -31,7 +31,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#A98FD2' let g:terminal_color_14 = '#7BC2DF' let g:terminal_color_15 = '#A8A48D' - highlight Normal guifg=#DDD8BB guibg=#1F1F28 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=#DDD8BB guibg=#272732 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=#58586A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#DDD8BB guibg=#1F1F28 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#31313F guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#DDD8BB guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -164,7 +164,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#7EB3C9 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#957FB8 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#7EB3C9 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=#31313F guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#5D5D6F guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#484759 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=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#49473E guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/neobones.vim b/colors/neobones.vim index 19a404e..27d15a9 100644 --- a/colors/neobones.vim +++ b/colors/neobones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#CF86C1' let g:terminal_color_14 = '#65B8C1' let g:terminal_color_15 = '#98A39E' - highlight Normal guifg=#C6D5CF guibg=#0F191F 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 @@ -144,10 +143,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#C6D5CF guibg=#152128 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=#3E5868 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#C6D5CF guibg=#0F191F guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#1D2C35 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#C6D5CF guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -161,7 +161,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#8190D4 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#8190D4 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=#1D2C35 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#405A6B guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#304552 guisp=NONE gui=NONE cterm=NONE @@ -209,6 +210,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#3A3E3D guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -276,7 +278,6 @@ else let g:terminal_color_13 = '#7B3B70' let g:terminal_color_14 = '#2B747C' let g:terminal_color_15 = '#415934' - highlight Normal guifg=#202E18 guibg=#E5EDE6 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 @@ -390,10 +391,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#202E18 guibg=#DAE5DB 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=#A3AEA4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#202E18 guibg=#E5EDE6 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#CDDBCF guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#202E18 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -407,7 +409,8 @@ else highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#286486 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=#C8D5C9 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#9BA69D guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#ADB9AF guisp=NONE gui=NONE cterm=NONE @@ -455,6 +458,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#ADE48C guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/nordbones.vim b/colors/nordbones.vim index ff8926e..72edc77 100644 --- a/colors/nordbones.vim +++ b/colors/nordbones.vim @@ -31,7 +31,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#CF97C5' let g:terminal_color_14 = '#82CCE0' let g:terminal_color_15 = '#A5B4CD' - highlight Normal guifg=#EBEEF3 guibg=#2F3541 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 @@ -148,10 +147,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#EBEEF3 guibg=#353C49 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=#606B81 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#EBEEF3 guibg=#2F3541 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#3F4756 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#8FBCBA guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -165,7 +165,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#8FBCBA guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#B38DAC guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#8FBCBA 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=#3F4756 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#657087 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#535C6F guisp=NONE gui=NONE cterm=NONE @@ -213,6 +214,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#545F70 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/rosebones.vim b/colors/rosebones.vim index a1ad6f4..18ec8ce 100644 --- a/colors/rosebones.vim +++ b/colors/rosebones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#CEB3EF' let g:terminal_color_14 = '#94DAE6' let g:terminal_color_15 = '#BF9B99' - highlight Normal guifg=#E1D4D4 guibg=#1A1825 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 @@ -146,10 +145,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#E1D4D4 guibg=#222030 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=#565172 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#E1D4D4 guibg=#1A1825 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#2D2A3D guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#E1D4D4 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -163,7 +163,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#9CCFD8 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#C4A7E7 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#9CCFD8 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=#2D2A3D guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#5A5578 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#45415D guisp=NONE gui=NONE cterm=NONE @@ -211,6 +212,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#523A39 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -278,7 +280,6 @@ else let g:terminal_color_13 = '#855AAC' let g:terminal_color_14 = '#407D88' let g:terminal_color_15 = '#A4635F' - highlight Normal guifg=#724341 guibg=#FBF6F0 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 @@ -394,10 +395,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#724341 guibg=#F7ECE0 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=#CEAF7E guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#724341 guibg=#FBF6F0 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#F1DDC3 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#724341 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -411,7 +413,8 @@ else highlight NvimTreeRootFolder guifg=#5795A0 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#917BA9 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#5795A0 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=#EED7B7 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#C5A778 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#DEBC88 guisp=NONE gui=NONE cterm=NONE @@ -459,6 +462,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#EADDDC guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/seoulbones.vim b/colors/seoulbones.vim index 4ae5341..b5f39e7 100644 --- a/colors/seoulbones.vim +++ b/colors/seoulbones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#B2B3DA' let g:terminal_color_14 = '#6BCACB' let g:terminal_color_15 = '#A8A8A8' - highlight Normal guifg=#DDDDDD guibg=#4B4B4B 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 @@ -148,10 +147,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#DDDDDD guibg=#525252 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=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#DDDDDD guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#F7E0B3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -165,7 +165,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#97BDDE guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#A5A6C5 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#97BDDE 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=#5C5C5C guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#818181 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#6F6F6F guisp=NONE gui=NONE cterm=NONE @@ -214,6 +215,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#777777 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -282,7 +284,6 @@ else let g:terminal_color_13 = '#7F4C7E' let g:terminal_color_14 = '#006F70' let g:terminal_color_15 = '#777777' - highlight Normal guifg=#555555 guibg=#E2E2E2 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 @@ -400,10 +401,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#555555 guibg=#DADADA 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=#A6A6A6 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#555555 guibg=#E2E2E2 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#CFCFCF guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#896500 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -417,7 +419,8 @@ else highlight NvimTreeRootFolder guifg=#0084A3 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#896788 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#0084A3 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=#C9C9C9 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#9E9E9E guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#B0B0B0 guisp=NONE gui=NONE cterm=NONE @@ -466,6 +469,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#CCCCCC guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/tokyobones.vim b/colors/tokyobones.vim index f40165e..9339575 100644 --- a/colors/tokyobones.vim +++ b/colors/tokyobones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#C6ACFA' let g:terminal_color_14 = '#74DBCB' let g:terminal_color_15 = '#7E98EB' - highlight Normal guifg=#C0CAF5 guibg=#1A1B26 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 @@ -146,10 +145,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#C0CAF5 guibg=#222330 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=#535570 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#C0CAF5 guibg=#1A1B26 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#2C2D3D guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#2BC4DE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link Boolean Number @@ -162,7 +162,8 @@ if &background ==# 'dark' highlight NvimTreeRootFolder guifg=#7BA2F7 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#7BA2F7 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=#2C2D3D guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#585A76 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#43455B 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=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#2C4075 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -278,7 +280,6 @@ else let g:terminal_color_13 = '#503875' let g:terminal_color_14 = '#34645D' let g:terminal_color_15 = '#56618D' - highlight Normal guifg=#333A57 guibg=#D6D7DC 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 @@ -394,10 +395,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#333A57 guibg=#CDCED4 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=#9B9DA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#333A57 guibg=#D6D7DC guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#C2C3CB guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#176775 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link Boolean Number @@ -410,7 +412,8 @@ else highlight NvimTreeRootFolder guifg=#34548C guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#34548C 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=#BCBEC6 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#9395A2 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#A6A8B3 guisp=NONE gui=NONE cterm=NONE @@ -460,6 +463,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#BBC0D8 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/vimbones.vim b/colors/vimbones.vim index b91d201..ab8785b 100644 --- a/colors/vimbones.vim +++ b/colors/vimbones.vim @@ -31,7 +31,6 @@ if &background ==# 'light' let g:terminal_color_13 = '#7B3B70' let g:terminal_color_14 = '#2B747C' let g:terminal_color_15 = '#5C5C5C' - highlight Normal guifg=#353535 guibg=#F0F0CA 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 ==# 'light' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#353535 guibg=#E7E8C3 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=#B0B093 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#353535 guibg=#F0F0CA guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#D9D9B7 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#2A6535 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -164,7 +164,8 @@ if &background ==# 'light' highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#286486 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=#D6D6B5 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#A7A78D guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#BABB9D guisp=NONE gui=NONE cterm=NONE @@ -212,6 +213,7 @@ if &background ==# 'light' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/zenbones.vim b/colors/zenbones.vim index cbce577..7593381 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#CF86C1' let g:terminal_color_14 = '#65B8C1' let g:terminal_color_15 = '#888F94' - highlight Normal guifg=#B4BDC3 guibg=#1C1917 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 @@ -146,10 +145,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#25211F 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=#5C534F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#B4BDC3 guibg=#1C1917 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#302B29 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#B4BDC3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -163,7 +163,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=#302B29 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#615853 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#4A433F guisp=NONE gui=NONE cterm=NONE @@ -211,6 +212,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#3D4042 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -278,7 +280,6 @@ else let g:terminal_color_13 = '#7B3B70' let g:terminal_color_14 = '#2B747C' let g:terminal_color_15 = '#4F5E68' - highlight Normal guifg=#2C363C guibg=#F0EDEC 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 @@ -394,10 +395,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#2C363C guibg=#E9E4E2 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=#BBABA3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#DDD6D3 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#2C363C guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -411,7 +413,8 @@ else highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#286486 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=#DAD3CF guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#B2A39B guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#C4B6AF guisp=NONE gui=NONE cterm=NONE @@ -459,6 +462,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#CBD9E3 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/colors/zenburned.vim b/colors/zenburned.vim index 344f1ba..6f25e5a 100644 --- a/colors/zenburned.vim +++ b/colors/zenburned.vim @@ -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 diff --git a/colors/zenwritten.vim b/colors/zenwritten.vim index e08f08a..f37c053 100644 --- a/colors/zenwritten.vim +++ b/colors/zenwritten.vim @@ -30,7 +30,6 @@ if &background ==# 'dark' let g:terminal_color_13 = '#CF86C1' let g:terminal_color_14 = '#65B8C1' let g:terminal_color_15 = '#8E8E8E' - highlight Normal guifg=#BBBBBB guibg=#191919 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 @@ -146,10 +145,11 @@ if &background ==# 'dark' highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#BBBBBB guibg=#222222 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=#555555 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#BBBBBB guibg=#191919 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#2C2C2C guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#BBBBBB guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -163,7 +163,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=#2C2C2C guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#595959 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#444444 guisp=NONE gui=NONE cterm=NONE @@ -211,6 +212,7 @@ if &background ==# 'dark' highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#404040 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg @@ -278,7 +280,6 @@ else let g:terminal_color_13 = '#7B3B70' let g:terminal_color_14 = '#2B747C' let g:terminal_color_15 = '#5C5C5C' - highlight Normal guifg=#353535 guibg=#EEEEEE 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 @@ -394,10 +395,11 @@ else highlight! link Question MoreMsg highlight NeogitHunkHeaderHighlight guifg=#353535 guibg=#E5E5E5 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=#AEAEAE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText + highlight Normal guifg=#353535 guibg=#EEEEEE guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#353535 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -411,7 +413,8 @@ else highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSymlink guifg=#286486 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=#D4D4D4 guisp=NONE gui=NONE cterm=NONE highlight PmenuSbar guifg=NONE guibg=#A6A6A6 guisp=NONE gui=NONE cterm=NONE highlight PmenuSel guifg=NONE guibg=#B9B9B9 guisp=NONE gui=NONE cterm=NONE @@ -459,6 +462,7 @@ else highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline highlight! link TSUnderline Underlined highlight VertSplit guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link WinSeparator VertSplit highlight Visual guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE cterm=NONE highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg diff --git a/lua/zenbones/specs/dark.lua b/lua/zenbones/specs/dark.lua index 281b018..c229fb5 100644 --- a/lua/zenbones/specs/dark.lua +++ b/lua/zenbones/specs/dark.lua @@ -101,6 +101,7 @@ local function generate(p, opt) TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels TabLineSel { gui = "bold" }, -- tab pages line, active tab page label VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows + WinSeparator { VertSplit }, Visual { bg = p.fg.de(18).lightness(p1.bg.l + 18) }, -- Visual mode selection -- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection". @@ -363,7 +364,7 @@ local function generate(p, opt) TroubleSource { Constant }, NvimTreeNormal { Normal, bg = not opt.transparent_background and p1.bg.li(3) or "NONE" }, - NvimTreeVertSplit { fg = "bg" }, + NvimTreeWinSeparator (opt.transparent_background and { WinSeparator } or { fg = "bg" }), NvimTreeCursorLine { bg = StatusLineNC.bg }, NvimTreeCursorColumn { NvimTreeCursorLine }, NvimTreeRootFolder { fg = p.water, gui = "bold" }, @@ -382,7 +383,8 @@ local function generate(p, opt) NnnNormal { NvimTreeNormal }, NnnNormalNC { NnnNormal }, - NnnVertSplit { fg = "bg" }, + NnnWinSeparator { NvimTreeWinSeparator }, + NnnVertSplit { NnnWinSeparator }, } end) -- stylua: ignore end diff --git a/lua/zenbones/specs/light.lua b/lua/zenbones/specs/light.lua index 7dfaeae..1709f05 100644 --- a/lua/zenbones/specs/light.lua +++ b/lua/zenbones/specs/light.lua @@ -101,6 +101,7 @@ local function generate(p, opt) TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels TabLineSel { gui = "bold" }, -- tab pages line, active tab page label VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows + WinSeparator { VertSplit }, Visual { bg = p.fg.lightness(p1.bg.l - 8) }, -- Visual mode selection -- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection". @@ -363,9 +364,9 @@ local function generate(p, opt) TroubleSource { Constant }, NvimTreeNormal { Normal, bg = not opt.transparent_background and p1.bg.da(3) or "NONE" }, - NvimTreeVertSplit { fg = "bg" }, + NvimTreeWinSeparator (opt.transparent_background and { WinSeparator } or { fg = "bg" }), NvimTreeCursorLine { bg = StatusLineNC.bg }, - NvimTreeCursorColumn { NvimTreeCursorLine }, + NvimTreeCursorColumn { NvimTreeCursorLine }, NvimTreeRootFolder { fg = p.water, gui = "bold" }, NvimTreeSymlink { fg = p.water }, NvimTreeGitDirty { diffChanged }, @@ -382,7 +383,8 @@ local function generate(p, opt) NnnNormal { NvimTreeNormal }, NnnNormalNC { NnnNormal }, - NnnVertSplit { fg = "bg" }, + NnnWinSeparator { NvimTreeWinSeparator }, + NnnVertSplit { NnnWinSeparator }, } end) -- stylua: ignore end