From cbe381d0d27c8872c93d5a69546f6a848ef5e125 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Wed, 18 Feb 2015 11:36:58 +0300 Subject: [PATCH] Turn off italics for terms corrected #47 --- colors/gruvbox.vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 3bdd6c0b..2a437461 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -29,7 +29,11 @@ if !exists('g:gruvbox_bold') let g:gruvbox_bold=1 endif if !exists('g:gruvbox_italic') - let g:gruvbox_italic=1 + if has("gui_running") + let g:gruvbox_italic=1 + else + let g:gruvbox_italic=0 + endif endif if !exists('g:gruvbox_undercurl') let g:gruvbox_undercurl=1