37bce2b51a
fix a very minor bug with colors of parenthesis in the terminalparty theme
2012-06-12 15:48:00 +03:00
548f68d7f0
fino-time theme
2012-05-23 17:03:18 -07:00
741388be00
Merge remote branch 'upstream/master'
...
Conflicts:
lib/completion.zsh
2012-04-12 19:28:59 +02:00
8942d304ff
Add Theme "itchy"
2012-04-07 18:23:12 +02:00
0b70b6d048
small changes to make it prettier
2012-04-04 01:00:04 -06:00
a75aabad1e
add the half-life theme based on steeef and lambda
2012-04-04 01:00:04 -06:00
ce6a21c3b3
[themes/josh] Use $(current_branch) in prompt
2012-03-23 20:31:13 +01:00
814ecfc60d
delete time filed
2012-03-07 23:52:51 +08:00
7ffc3e745f
change color of @ to cyan
2012-03-06 14:14:17 +08:00
bd4f1eeca2
add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh git:(master) ✗
2012-03-06 14:09:11 +08:00
c1e9d9226c
move kafeitu.zsh-theme to themes folder
2012-03-05 21:39:09 +08:00
d49e98267a
clean up rbenv support for 'fino' theme
2012-02-25 16:16:43 -05:00
7441438afa
merge changes from offical repo
2012-02-25 16:15:40 -05:00
867cb3f511
[JM] Removed LSCOLOR Declaration for Wider Support
2012-02-21 00:45:33 -05:00
6272b4854c
Added New Theme: sonicradish (256 colors)
...
Forked from muse theme and inspired by mustang vim theme
Dark Background and Solarized Dark look great [ tested on OS X ]
Screenshot: https://img.skitch.com/20120221-eb1cxey5aun84tb1ak7fm376k.png
muse: https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/muse.zsh-theme
mustang: http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484
2012-02-20 22:37:23 -05:00
bcd5b3b52b
Added a peepcode theme
2012-02-20 19:13:38 -05:00
ff7e064896
change the color of arrow when the command line return an error
2012-02-19 19:54:33 +00:00
8f8767a566
blinks theme works with light and dark Solarized
...
The blinks theme now looks good if you're using the light version of the
Solarized color scheme, too. It still defaults to the dark version, so
it should work as before if you don't override things. If you're using
the light version, just set SOLARIZED_THEME to "light" before sourcing
oh-my-zsh.
2012-02-17 16:58:34 -05:00
b62a3e8960
handle case where ~/.rvm/bin/rvm-prompt is not in path, so "which" can't find it
2012-02-12 12:27:06 -05:00
6496acf58b
adding rbenv support to all the rvm themes
2012-01-23 20:42:54 -05:00
78a129ca06
Correct color and font issues on Ubuntu
2012-01-16 16:39:28 +01:00
e3c34b4f9a
add ability to set custom prefix for cloud theme
2011-12-31 12:13:31 -05:00
3445dada95
correctly handle path names with spaces
2011-12-29 14:35:38 +01:00
e43dd05a6a
Mortal Scumbag Theme
2011-12-29 01:30:43 +01:00
77045230f4
make pygmalion theme use two lines when needed
...
if the length of the prompt (excluding color escapes) exceeds 40
characters, emit the arrow prompt on its own line
This helps a lot on smaller terminals
2011-12-28 15:58:24 +01:00
c41807c82f
Merge pull request #776 from mytechnix/master
...
Added examples aliases in ZSH config template and new theme.
2011-12-26 10:09:09 -08:00
f999fd8e12
Added example aliases in ZSH template. Added a new theme.
...
Example aliases allow for an easier way to open ZSH config file/folder
in Textmate. New theme is mh.zsh-theme.
2011-12-26 12:20:02 -05:00
59baf390e9
Black on white theme inspired by Sam Stephenson's terminal screenshot on https://github.com/sstephenson/rbenv
2011-12-26 13:16:26 +10:00
8ca8d2661c
Merge pull request #759 from Zhann/master
...
show gem set next to ruby version
2011-12-19 13:55:10 -08:00
a62d22726b
show gemset next to ruby version
2011-12-19 15:26:37 +01:00
3726611275
Merge remote branch 'upstream/master'
2011-12-15 16:15:23 +01:00
220eccf0a9
Merge pull request #741 from suvash/master
...
Added my own theme for submission
2011-12-14 22:03:27 -08:00
9637d4ec22
Merge pull request #738 from pygatea/master
...
Adds pygmalion.zsh_theme
2011-12-14 22:02:24 -08:00
e711ab84cc
Merge pull request #733 from Zhann/master
...
Pull request for zhann theme
2011-12-14 22:01:33 -08:00
a9a0f58009
Merge pull request #706 from docwhat/termsupport-hook
...
lib/termsupport now uses add-zsh-hook
2011-12-14 21:52:42 -08:00
91926dc80a
Merge pull request #553 from benlumley/master
...
Improvement to gallois theme
2011-12-14 21:48:27 -08:00
8ca019f02a
Added my own theme file : suvash
...
Since I store my dotfiles on github
and plan to submodule oh-my-zsh
i supposed it was a good idea to
submit my theme as well.
2011-12-12 23:55:07 +01:00
d25fb095a9
forks miloshadzic theme to add more directory info as well as user and host info
2011-12-09 12:18:54 -06:00
b16099f3cb
Added Zhann theme. Based on Robbyrussel theme, but shows the current ruby version and has some color variations.
2011-12-06 15:19:35 +01:00
8e6ce534a2
Update theme
...
Use different colors in case of root or ssh connection for prompt.
2011-11-16 21:49:04 +01:00
5277a0ffaa
Added add-zsh-hook support to themes
...
I added add-zsh-hook support to the themes that didn't have it already.
This allows the themes to co-exist with plugins and lib/termsupport.
2011-11-15 01:20:29 -05:00
914e1b5258
Adding custom theme
2011-11-05 00:34:15 +01:00
9e3776f1ec
update fino theme to work with rbenv
...
also fix bug where prompt char did not reflect
whether or not you were in a git repo.
2011-10-30 21:43:53 -04:00
ebbead82ab
RVM info
2011-10-17 02:50:34 +05:30
878d569c68
FrontCube theme with git status
2011-10-17 02:50:34 +05:30
757fa3314d
Merge pull request #505 from masnick/master
...
Add new theme (fino.zsh-theme)
2011-10-10 05:50:44 -07:00
03fc819bee
Merge pull request #552 from Tricon/master
...
Purple Apple Logo Theme
2011-10-10 05:46:08 -07:00
c5e6dbf76b
Merge pull request #613 from rkj/master
...
Please merge my theme.
2011-10-10 05:39:35 -07:00
57f04b921e
Merge pull request #645 from mr-szymanski/master
...
Add "wuffers" theme
2011-10-10 05:33:55 -07:00
1228638b41
Merge pull request #648 from SFEley/d926a55872b5a12ab8b987e9d86c02358d0c825e
...
New theme - Crunch
2011-10-10 05:33:12 -07:00