back to terminus, also most xterm terminals actually support truecolor, not only termite
This commit is contained in:
parent
b3c798208c
commit
e63d0056df
2 changed files with 19 additions and 17 deletions
6
vimrc
6
vimrc
|
@ -28,6 +28,9 @@ if v:version >= 800
|
|||
cnoremap <C-@> <C-^>
|
||||
inoremap <C-Space> <C-^>
|
||||
cnoremap <C-Space> <C-^>
|
||||
if &term =~ 'xterm'
|
||||
set termguicolors
|
||||
endif
|
||||
endif
|
||||
|
||||
" maps
|
||||
|
@ -92,9 +95,6 @@ if filereadable(plugins) && v:version >= 703
|
|||
execute 'source ' . fnameescape(plugins)
|
||||
endif
|
||||
|
||||
if &term == 'xterm-termite'
|
||||
set termguicolors
|
||||
endif
|
||||
let solarized_term_italics = 1
|
||||
colorscheme solarized8_light
|
||||
syntax on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue