Force 256 colours for builtin_gui
This commit is contained in:
parent
c84def20f3
commit
a4ae701364
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
@ -118,7 +118,9 @@ if has('eval')
|
||||||
let g:org_tag_column=78
|
let g:org_tag_column=78
|
||||||
let g:tempus_enforce_background_color=1
|
let g:tempus_enforce_background_color=1
|
||||||
" Set colour levels for different terminals.
|
" Set colour levels for different terminals.
|
||||||
if &term == 'xterm-256color'
|
if &term == 'builtin_gui'
|
||||||
|
set t_Co=256
|
||||||
|
elseif &term == 'xterm-256color'
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
elseif &term == 'xterm'
|
elseif &term == 'xterm'
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
|
Loading…
Reference in a new issue