mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-06 04:44:27 +08:00
rather use !has('termguicolors')
This commit is contained in:
@@ -386,7 +386,7 @@ if has('gui_running') || &t_Co==256
|
||||
endfor
|
||||
endif
|
||||
|
||||
if ! has('gui_running') && &termguicolors == 0
|
||||
if !has('gui_running') && !has('termguicolors')
|
||||
|
||||
let s:black = 0
|
||||
let s:white = 15
|
||||
|
||||
Reference in New Issue
Block a user