forked from colonelpanic/dotfiles
tomorrow is now shell theme.
This commit is contained in:
Submodule dotfiles/emacs.d updated: 2af616fbaa...24cb053ca5
@@ -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
Reference in New Issue
Block a user