mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Support termguicolors in the colorscheme
This commit is contained in:
parent
01b4f6685d
commit
dc330b2cdc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if has("gui_running")
|
||||
if has("gui_running") || &termguicolors
|
||||
let g:cBlack = '#000000'
|
||||
let g:cWhite = '#ffffff'
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue