mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
Updated Terminal specific (markdown)
@@ -22,13 +22,13 @@ There are three possible ways to get right colors at the terminal:
|
||||
##### a. (Recommended) 256-color gruvbox palette shellscript
|
||||
Gruvbox contains shellscript ([default](https://github.com/morhetz/gruvbox/blob/master/gruvbox_256palette.sh) and [osx-iterm2](https://github.com/morhetz/gruvbox/blob/master/gruvbox_256palette_osx.sh) versions), which would overload system default 256-color palette with precise gruvbox colors. Try running terminal vim before and after executing this script to feel the difference. To avoid the necessity of reexecuting it each time you're opening terminal, you should start this script from .bashrc//.zshrc//.profile either like this:
|
||||
```
|
||||
~/.vim/bundle/gruvbox/gruvbox_256palette.sh
|
||||
source "$HOME/.vim/bundle/gruvbox/gruvbox_256palette.sh"
|
||||
```
|
||||
or, using osx-iterm version:
|
||||
```
|
||||
~/.vim/bundle/gruvbox/gruvbox_256palette_osx.sh
|
||||
source "$HOME/.vim/bundle/gruvbox/gruvbox_256palette_osx.sh"
|
||||
```
|
||||
where `~/.vim/bundle/` is your preferred plugin manager bundles installation path
|
||||
where `$HOME/.vim/bundle/` is your preferred plugin manager bundles installation path
|
||||
|
||||
**Edit**: Doesn't work at Konsole, see [issue #35](https://github.com/morhetz/gruvbox/issues/35).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user