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