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