1
0
Fork 0

back to terminus, also most xterm terminals actually support truecolor, not only termite

This commit is contained in:
Von Random 2017-05-15 11:43:27 +03:00
parent b3c798208c
commit e63d0056df
2 changed files with 19 additions and 17 deletions

6
vimrc
View file

@ -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