From 215b1a5a51c8f623fc63f9bc4aa295784865ee06 Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Tue, 22 Sep 2015 14:00:45 +0200 Subject: [PATCH] Typo fix --- Terminal-specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal-specific.md b/Terminal-specific.md index 1f146dd..88c7c6b 100644 --- a/Terminal-specific.md +++ b/Terminal-specific.md @@ -5,7 +5,7 @@ First of all you should check this screenshot, as how it **shouldn't** look: ### Issues #### 1. Italics is disabled -Most terminals doesn't handle italics right so gruvbox disables italics for terminals by default. But if you're using urxvt or gnome-terminal you should try setting `let g:gruvbox_italic=1` *before* `colorscheme gruvbox` to enforce displaying italics +Most terminals don't handle italics right so gruvbox disables italics for terminals by default. But if you're using urxvt or gnome-terminal you should try setting `let g:gruvbox_italic=1` *before* `colorscheme gruvbox` to enforce displaying italics #### 2. Colors are off By default gruvbox will act as usual 256-color theme, but colors wouldn't be that vivid due to limitations of 256-palette. Compare the **wrong** screenshot above with README preview or any from the [Gallery](https://github.com/morhetz/gruvbox/wiki/Gallery). The difference isn't edgy, but pretty visible enough (changes in red color and shades of gray should be most noticeable). You could run vim in terminal and GUI version side by side.