Skip to content

Commit

Permalink
Also use high-color if termguicolors is set
Browse files Browse the repository at this point in the history
  • Loading branch information
benizi committed Oct 24, 2016
1 parent 8a3b0d9 commit 8bd01c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/jellybeans.vim
Expand Up @@ -65,7 +65,7 @@ endif

let colors_name = "jellybeans"

if has("gui_running") || &t_Co >= 88
if has("gui_running") || (exists('&tgc') && &termguicolors) || &t_Co >= 88
let s:low_color = 0
else
let s:low_color = 1
Expand Down

0 comments on commit 8bd01c4

Please sign in to comment.