Manually configure truecolor support if necessary
This commit is contained in:
parent
11c65a39f5
commit
390419188e
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ g:gruvbox_improved_strings = 1
|
||||||
g:gruvbox_improved_warnings = 1
|
g:gruvbox_improved_warnings = 1
|
||||||
|
|
||||||
if has('gui_running') || has('termguicolors')
|
if has('gui_running') || has('termguicolors')
|
||||||
|
if $COLORTERM == 'truecolor'
|
||||||
|
&t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
|
||||||
|
&t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
|
||||||
|
endif
|
||||||
set termguicolors
|
set termguicolors
|
||||||
silent! packadd gruvbox
|
silent! packadd gruvbox
|
||||||
g:airline_theme = 'gruvbox'
|
g:airline_theme = 'gruvbox'
|
||||||
|
|
Loading…
Reference in a new issue