Created Terminal-specific (markdown)

Pavel Pertsev
2014-04-07 16:51:44 -07:00
parent 2488ecfaca
commit 83d4fe3c7c

24
Terminal-specific.md Normal file

@@ -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