mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-08 11:23:46 -05:00
@@ -18,7 +18,7 @@ endif
|
|||||||
|
|
||||||
let g:colors_name='gruvbox'
|
let g:colors_name='gruvbox'
|
||||||
|
|
||||||
if !has('gui_running') && &t_Co != 256
|
if !(has('termguicolors') && &termguicolors) && !has('gui_running') && &t_Co != 256
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user