Update: fix few typos; add screenshot env
This commit is contained in:
parent
015cb548d4
commit
f030a057ca
1 changed files with 5 additions and 2 deletions
|
@ -2,13 +2,15 @@
|
||||||
|
|
||||||
Theme with 'retro groove' flavor for [Tmux][github-tmux], based on Pavel Pertsev's [gruvbox colorscheme][github-grovbox] and inspired by work of [Gordon Chiam](https://gist.github.com/gchiam/4606522f513cc64b79ce).
|
Theme with 'retro groove' flavor for [Tmux][github-tmux], based on Pavel Pertsev's [gruvbox colorscheme][github-grovbox] and inspired by work of [Gordon Chiam](https://gist.github.com/gchiam/4606522f513cc64b79ce).
|
||||||
|
|
||||||
|
> Screenshot made from Mac OSX builtin terminal with xterm-256color and [Hack font][github-hack].
|
||||||
|
|
||||||
<img src="http://i.imgur.com/OqnVzqf.png" title="Tmux grovbox colorscheme" style="width: 100%; max-width: 600px; text-align: center;" />
|
<img src="http://i.imgur.com/OqnVzqf.png" title="Tmux grovbox colorscheme" style="width: 100%; max-width: 600px; text-align: center;" />
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
The simple way is just:
|
The simplest way is just:
|
||||||
|
|
||||||
> HINT: Always make a backup of your config files.
|
> HINT: Always make a backup of your config files before any action.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cat tmux-grovbox-dark.conf >> ~/.tmux.conf
|
cat tmux-grovbox-dark.conf >> ~/.tmux.conf
|
||||||
|
@ -19,4 +21,5 @@ GPLv3 - Maciej Sypień
|
||||||
|
|
||||||
[github-tmux]: https://github.com/tmux/tmux
|
[github-tmux]: https://github.com/tmux/tmux
|
||||||
[github-grovbox]: https://github.com/morhetz/gruvbox
|
[github-grovbox]: https://github.com/morhetz/gruvbox
|
||||||
|
[github-hack]: https://github.com/chrissimpkins/Hack
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue