gui color scheme

This commit is contained in:
ManjaroOne666 2018-02-03 18:48:38 +00:00
commit 123b9edef8
2 changed files with 121 additions and 155 deletions

4
vimrc
View file

@ -104,7 +104,7 @@ filetype plugin indent on " required
" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
" set termguicolors
set termguicolors
colorscheme customred256
set backupdir=~/.vimtmp
@ -501,8 +501,6 @@ let g:tagbar_type_vue = {
\ ]
\ }
hi! TagbarHighlight ctermfg=255 ctermbg=240
if !exists('*RangerExplorer')
function RangerExplorer()