diff options
author | Adam Lindberg <eproxus@gmail.com> | 2011-06-07 15:40:18 +0200 |
---|---|---|
committer | Adam Lindberg <eproxus@gmail.com> | 2011-06-07 15:40:18 +0200 |
commit | 73946a6066fa8bf740b4765b7e204df9599f9689 (patch) | |
tree | 07aa834f24fbd83acf5789a0d308cc8cdcf06452 /themes | |
parent | 915c28752eb8bfb9610e14f62161ab3bd573d218 (diff) | |
download | zsh-73946a6066fa8bf740b4765b7e204df9599f9689.tar.gz zsh-73946a6066fa8bf740b4765b7e204df9599f9689.tar.bz2 zsh-73946a6066fa8bf740b4765b7e204df9599f9689.zip |
Add note about Solarized color theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/guru.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/guru.zsh-theme b/themes/guru.zsh-theme index cbd56194f..a5ffdb722 100644 --- a/themes/guru.zsh-theme +++ b/themes/guru.zsh-theme @@ -1,9 +1,9 @@ #------------------------------------------------------------------------------- # Guru theme for oh-my-zsh by Adam Lindberg (eproxus@gmail.com) +# Intended to be used with Solarized: http://ethanschoonover.com/solarized # (Needs Git plugin for current_branch method) #------------------------------------------------------------------------------- - # Color shortcuts R=$fg[red] G=$fg[green] |