Ok, no, this is the last tweak.

This commit is contained in:
Michael Welford 2021-10-28 07:17:46 +10:30
parent 2a1b82b0a2
commit cc80b005fa
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2021/10/27 20:19
" Last Change: 2021/10/28 07:17
" ============================================================
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/10/27 20:19
" Last Change: 2021/10/28 07:17
" ===============================================================
set background=dark
@ -329,7 +329,7 @@ hi netrwClassify guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cter
hi CmpItemAbbr guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrDeprecated guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi CmpItemAbbrMatch guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrMatchFuzzy guifg=#FFC552 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrMatchFuzzy guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=Italic cterm=Italic
hi CmpItemKind guifg=#57575E ctermfg=240 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemMenu guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NvimTreeFolderName guifg=#99A4BC ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE

View File

@ -1,6 +1,6 @@
CmpItemAbbr: 'mid_gray_alt'
CmpItemAbbrDeprecated: 'mid_gray_alt - i'
CmpItemAbbrMatch: 'normal_gray'
CmpItemAbbrMatchFuzzy: 'yellow'
CmpItemAbbrMatchFuzzy: 'normal_gray - i'
CmpItemKind: 'mid_dark_gray'
CmpItemMenu: 'mid_gray'