Neovim 0.6 lsp highlight fixes.

This commit is contained in:
Michael Welford 2021-12-10 16:56:42 +10:30
parent 6bb8a49149
commit c5bda6fcee
4 changed files with 46 additions and 8 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2021/11/27 12:09
" Last Change: 2021/12/10 15:51
" ============================================================
let g:airline#themes#falcon#palette = {}

View File

@ -4,7 +4,7 @@
" URL: https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2021/11/27 12:09
" Last Change: 2021/12/10 15:51
" ===============================================================
set background=dark
@ -108,9 +108,9 @@ hi Todo guifg=#020221 ctermfg=0 guibg=#CFC1B2 ctermbg=181 gui=Italic cterm=Itali
hi QuickFixLine guifg=#BFDAFF ctermfg=153 guibg=#36363A ctermbg=237 gui=NONE cterm=NONE
hi Bold guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=Bold cterm=Bold
hi Italic guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi IndentBlanklineChar guifg=#36363A ctermfg=237 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentBlanklineIndent1 guifg=#36363A ctermfg=237 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentBlanklineIndent2 guifg=#4F4F59 ctermfg=239 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentBlanklineChar guifg=#2F2F3A ctermfg=236 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentBlanklineIndent1 guifg=#2F2F3A ctermfg=236 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentBlanklineIndent2 guifg=#36363A ctermfg=237 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi BufTabLineCurrent guifg=#B4B4B9 ctermfg=249 guibg=#787882 ctermbg=243 gui=NONE cterm=NONE
hi BufTabLineActive guifg=#DFDFE5 ctermfg=254 guibg=#36363A ctermbg=237 gui=NONE cterm=NONE
hi BufTabLineHidden guifg=#787882 ctermfg=243 guibg=#36363A ctermbg=237 gui=NONE cterm=NONE
@ -287,6 +287,25 @@ hi LspDiagnosticsUnderlineError guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE
hi LspDiagnosticsUnderlineWarning guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#BC8F3F
hi LspDiagnosticsUnderlineHint guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#847B73
hi LspDiagnosticsUnderlineInformation guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#787882
hi DiagnosticSignError guifg=#9E1E00 ctermfg=124 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticSignWarning guifg=#BC8F3F ctermfg=137 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticSignInformation guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticSignHint guifg=#847B73 ctermfg=8 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticError guifg=#9E1E00 ctermfg=124 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticWarning guifg=#BC8F3F ctermfg=137 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticInformation guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi DiagnosticHint guifg=#847B73 ctermfg=8 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi ReferenceRead guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi ReferenceText guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi ReferenceWrite guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi DiagnosticVirtualTextError guifg=#9E1E00 ctermfg=124 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi DiagnosticVirtualTextWarning guifg=#BC8F3F ctermfg=137 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi DiagnosticVirtualTextHint guifg=#847B73 ctermfg=8 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi DiagnosticVirtualTextInformation guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi DiagnosticUnderlineError guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#9E1E00
hi DiagnosticUnderlineWarning guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#BC8F3F
hi DiagnosticUnderlineHint guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#847B73
hi DiagnosticUnderlineInformation guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE gui=undercurl cterm=undercurl guisp=#787882
hi LspSignatureActiveParameter guifg=#99A4BC ctermfg=248 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi luaFuncKeyword guifg=#FFC552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi luaFuncTable guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE

View File

@ -1,3 +1,3 @@
IndentBlanklineChar: 'dark_gray -'
IndentBlanklineIndent1: 'dark_gray -'
IndentBlanklineIndent2: 'blue_mid_gray -'
IndentBlanklineChar: 'blue_dark_gray -'
IndentBlanklineIndent1: 'blue_dark_gray -'
IndentBlanklineIndent2: 'dark_gray -'

View File

@ -13,3 +13,22 @@ LspDiagnosticsUnderlineError: '- - c mid_red'
LspDiagnosticsUnderlineWarning: '- - c mid_yellow'
LspDiagnosticsUnderlineHint: '- - c dark_tan'
LspDiagnosticsUnderlineInformation: '- - c mid_gray'
DiagnosticSignError: 'mid_red -'
DiagnosticSignWarning: 'mid_yellow -'
DiagnosticSignInformation: 'mid_gray -'
DiagnosticSignHint: 'dark_tan -'
DiagnosticError: 'mid_red -'
DiagnosticWarning: 'mid_yellow -'
DiagnosticInformation: 'mid_gray -'
DiagnosticHint: 'dark_tan -'
ReferenceRead: '- - u'
ReferenceText: '- - u'
ReferenceWrite: '- - u'
DiagnosticVirtualTextError: 'mid_red - i'
DiagnosticVirtualTextWarning: 'mid_yellow - i'
DiagnosticVirtualTextHint: 'dark_tan - i'
DiagnosticVirtualTextInformation: 'mid_gray - i'
DiagnosticUnderlineError: '- - c mid_red'
DiagnosticUnderlineWarning: '- - c mid_yellow'
DiagnosticUnderlineHint: '- - c dark_tan'
DiagnosticUnderlineInformation: '- - c mid_gray'