From 83d4fe3c7ca64476443555e951ba6e125554a58f Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Mon, 7 Apr 2014 16:51:44 -0700 Subject: [PATCH] Created Terminal-specific (markdown) --- Terminal-specific.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Terminal-specific.md diff --git a/Terminal-specific.md b/Terminal-specific.md new file mode 100644 index 0000000..59ce7bf --- /dev/null +++ b/Terminal-specific.md @@ -0,0 +1,24 @@ +(...). + +* (Recommended) 256-color palette with gruvbox-palette shell script +* 16 colors palette mode with gruvbox terminal colorscheme + +Troubleshooting +--------------- + +### Italics gets inverted (terminal) + +Most terminals doesn't allow italics so the text that must be italicized goes inverted. To prevent that disable `g:gruvbox_italic` option. + +### Effect of gruvbox_256palette.sh gets reset on Alt-Tab + +That's known issue with Ubuntu GTK-themes. Refer [†][1] for more details. Known affected terms are Gnome Terminal, Terminator and Lilyterm and probably more VTE-based. Though with Lilyterm option 'Dim text when inactive' set off everything works fine. + + [1]: https://github.com/morhetz/gruvbox/issues/13#issuecomment-30063099 + +### Lighter colors with iTerm2 + +(...). Refer [†][2] and [‡][3] for more details. + + [2]: https://github.com/morhetz/gruvbox/issues/8#issuecomment-26782758 + [3]: https://github.com/morhetz/gruvbox/issues/8#issuecomment-27627656 \ No newline at end of file