Force 256 colours for builtin_gui

This commit is contained in:
Anthony Rose 2022-01-05 14:32:34 +00:00
parent c84def20f3
commit a4ae701364

4
vimrc
View file

@ -118,7 +118,9 @@ if has('eval')
let g:org_tag_column=78
let g:tempus_enforce_background_color=1
" 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
elseif &term == 'xterm'
set t_Co=256