Added -bg for bg switch and a better CursorLineNr Color for white bg

This commit is contained in:
David Holland 2019-07-26 11:14:49 +02:00
parent 1891a53d87
commit 61f05b749d
2 changed files with 431 additions and 430 deletions

View File

@ -127,7 +127,7 @@ hi Terminal ctermfg=NONE ctermbg=NONE guifg=NONE guibg=NONE guisp=NONE cterm=NON
hi Title ctermfg=NONE ctermbg=NONE guifg=NONE guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi Underlined ctermfg=NONE ctermbg=NONE guifg=NONE guibg=NONE guisp=NONE cterm=NONE,underline gui=NONE,underline
hi Comment ctermfg=67 ctermbg=NONE guifg=#65758c guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=86 ctermbg=NONE guifg=#64ffda guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi CursorLineNr ctermfg=164 ctermbg=NONE guifg=#d700d7 guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi LineNr ctermfg=67 ctermbg=NONE guifg=#65758c guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi FoldColumn ctermfg=24 ctermbg=NONE guifg=#48586d guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi PmenuSel ctermfg=24 ctermbg=231 guifg=#48586d guibg=#f9fbff guisp=NONE cterm=NONE,reverse gui=NONE,reverse

View File

@ -1255,6 +1255,7 @@ inoremap <F3>m make_unique<><ESC>i
noremap <F3>m imake_unique<><ESC>i
" ====================================
nmap <leader>bg :let &background = ( &background == "dark"? "light" : "dark" )<CR>
" ====================================
" Important that this ===============