diff --git a/colors/duckbones.vim b/colors/duckbones.vim index 27598b9..593ab27 100644 --- a/colors/duckbones.vim +++ b/colors/duckbones.vim @@ -64,31 +64,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#EBEFC0 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#6D759D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#795CCC guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#795CCC guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#E03600 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#795CCC guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#E39500 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#E03600 guibg=#1B1413 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#E39500 guibg=#171513 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#15251C guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/forestbones.vim b/colors/forestbones.vim index bfd2300..e385735 100644 --- a/colors/forestbones.vim +++ b/colors/forestbones.vim @@ -63,31 +63,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#E7DCC4 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#7B8E9D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#E67C7F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#DDBD7F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#E67C7F guibg=#433333 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#DDBD7F guibg=#393733 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#3E482D guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -298,31 +312,45 @@ else highlight CursorLineNr guifg=#4F5B62 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#92865B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#DF69BA guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#DF69BA guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#F85550 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#DF69BA guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#DEA000 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#F85550 guibg=#F4E5E4 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#DEA000 guibg=#F5E6D7 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#DDE7BD guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/neobones.vim b/colors/neobones.vim index ac74757..9d9ee41 100644 --- a/colors/neobones.vim +++ b/colors/neobones.vim @@ -61,31 +61,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#C6D5CF guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#5B7E94 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#22191A guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#1F1B19 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#1C2C19 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -295,31 +309,45 @@ else highlight CursorLineNr guifg=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#7B837C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F1DADD guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F1DBD6 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#C8E2B5 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/nordbones.vim b/colors/nordbones.vim index 045104d..4e77d85 100644 --- a/colors/nordbones.vim +++ b/colors/nordbones.vim @@ -64,31 +64,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#EBEEF3 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#818EAB guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#B38DAC guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#B38DAC guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#C1616A guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#B38DAC guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#CF866F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#C1616A guibg=#453536 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#CF866F guibg=#403735 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#3D4B2F guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/rosebones.vim b/colors/rosebones.vim index 3929bba..0a81213 100644 --- a/colors/rosebones.vim +++ b/colors/rosebones.vim @@ -63,31 +63,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#E1D4D4 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#7D7997 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#EB7193 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#EB7193 guibg=#241B1D guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#1F1D1B guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#1D2C34 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -298,31 +312,45 @@ else highlight CursorLineNr guifg=#724341 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#9B835D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#B5637A guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#917BA9 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#B5637A guibg=#F6E8EB guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F6E9E0 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#DDE7ED guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/tokyobones.vim b/colors/tokyobones.vim index 1b4f083..3c0bdff 100644 --- a/colors/tokyobones.vim +++ b/colors/tokyobones.vim @@ -63,31 +63,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#787A94 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#F77890 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#F77890 guibg=#271D1E guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#211F1D guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#1D2F2C guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -298,31 +312,45 @@ else highlight CursorLineNr guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#737686 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#8B4351 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#34548C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#8B4351 guibg=#E8C3C8 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E9C5A8 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#A9CEC7 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/vimbones.vim b/colors/vimbones.vim index c93f23d..8b746a1 100644 --- a/colors/vimbones.vim +++ b/colors/vimbones.vim @@ -64,31 +64,45 @@ if &background ==# 'light' highlight CursorLineNr guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#85856F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/zenbones.vim b/colors/zenbones.vim index a3162d7..71e7237 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -63,31 +63,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#867A74 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251B1C guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -298,31 +312,45 @@ else highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/zenburned.vim b/colors/zenburned.vim index a186c8f..172629e 100644 --- a/colors/zenburned.vim +++ b/colors/zenburned.vim @@ -64,31 +64,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#F0E4CF guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#939393 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#E3716E guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#E3716E guibg=#534040 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#4B433F guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#475737 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd diff --git a/colors/zenwritten.vim b/colors/zenwritten.vim index 6f47245..4d921bf 100644 --- a/colors/zenwritten.vim +++ b/colors/zenwritten.vim @@ -63,31 +63,45 @@ if &background ==# 'dark' highlight CursorLineNr guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251B1C guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd @@ -298,31 +312,45 @@ else highlight CursorLineNr guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter + highlight! link LspDiagnosticsDefaultError DiagnosticError highlight! link NeogitNotificationError DiagnosticError highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo highlight! link NeogitNotificationInfo DiagnosticInfo highlight! link TSNote DiagnosticInfo highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorSign DiagnosticSignError + highlight! link LspDiagnosticsSignError DiagnosticSignError highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocHintSign DiagnosticSignHint + highlight! link LspDiagnosticsSignHint DiagnosticSignHint highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocInfoSign DiagnosticSignInfo + highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn + highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError + highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint + highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo + highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn + highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError + highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn + highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn highlight! link NeogitNotificationWarning DiagnosticWarn highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffAddHighlight DiffAdd