diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 139b272..a261e51 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -21,7 +21,7 @@ let colors_name = "darkcloud" "sets the highlighting for the given group | format: s:C('Name','Foreground','Background','Style') fun! s:C(group, fg, bg, attr) - if has("gui_running") + if has("gui_running") || &termguicolors let l:term = "gui" else let l:term = "cterm"