tomorrow is now shell theme.

This commit is contained in:
Ivan Malison 2014-10-22 22:15:30 -07:00
parent 21b30c6a58
commit 7162cdb608
3 changed files with 604 additions and 283 deletions

@ -1 +1 @@
Subproject commit 2af616fbaa5d6239da10684ad76b8867164edfe5 Subproject commit 24cb053ca5e3aed9a301b6452ab27b7bed9cb1eb

View File

@ -83,6 +83,14 @@ function prompt_solarized_colors() {
export SOURCE_CONTROL_COLOR="$fg[white]" export SOURCE_CONTROL_COLOR="$fg[white]"
} }
function prompt_tomorrow_colors() {
export SEPARATOR_COLOR="$fg[cyan]"
export HOSTNAME_COLOR="$fg[yellow]"
export USERNAME_COLOR="$fg[blue]"
export CURRENT_DIRECTORY_COLOR="$fg[red]"
export SOURCE_CONTROL_COLOR="$fg[white]"
}
function prompt_basic_colors_with_grey_separator() { function prompt_basic_colors_with_grey_separator() {
prompt_basic_colors prompt_basic_colors
export SEPARATOR_COLOR="$FG[239]" export SEPARATOR_COLOR="$FG[239]"

File diff suppressed because it is too large Load Diff