Support termguicolors in the colorscheme

This commit is contained in:
Kevin MacMartin 2024-03-05 13:42:07 -05:00
parent 01b4f6685d
commit dc330b2cdc

View file

@ -1,4 +1,4 @@
if has("gui_running")
if has("gui_running") || &termguicolors
let g:cBlack = '#000000'
let g:cWhite = '#ffffff'
'