Skip to content

Commit

Permalink
vimrc: update hi NonText
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Feb 22, 2024
1 parent ea435cf commit 515e54c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion root/.vim/vimrc.d/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,13 @@ if (v:version >= 800 || has('nvim'))
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
let g:solarized_diffmode = "normal"
colorscheme solarized8
hi NonText cterm=None term=None gui=None
else
hi ColorColumn ctermbg=0
hi NonText cterm=None term=None gui=None ctermfg=8 guifg=8
endif
" tab颜色
hi clear SpecialKey
hi NonText cterm=None term=None gui=None
hi link SpecialKey NonText
"hi SpecialKey ctermfg=darkgray guifg=#5a5a5a
hi debugPC term=reverse ctermbg=4 guibg=DarkBlue
Expand Down

0 comments on commit 515e54c

Please sign in to comment.