Browse Source

Turn off italics for terms corrected #47

Pavel Pertsev 11 years ago
parent
commit
cbe381d0d2
1 changed files with 5 additions and 1 deletions
  1. 5 1
      colors/gruvbox.vim

+ 5 - 1
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