Commit 85e6b1bb authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Merge branch 'master' of git.eisfunke.com:config/zsh

parents d59b2dd0 6afdc0df
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@ PROMPT_CONNECTION=🌐 # Globe

# Colors
PROMPT_CTHEME=    # Theme color. Is set by prompt_set_themecolor.
PROMPT_CPATH=237  # Path background color
PROMPT_CFONT=15  # Font color
PROMPT_CFAIL=1  # Failure red
PROMPT_CCLEAN=243
PROMPT_CCHANGE=203
PROMPT_CSTAGED=177
PROMPT_CPATH=#404040  # Path background color
PROMPT_CFONT=15  # Font color (white)
PROMPT_CFAIL=9  # Failure color (red)
PROMPT_CCLEAN=243  # VCS color, clean (gray)
PROMPT_CCHANGE=203  # VCS color, changed (light red)
PROMPT_CSTAGED=177  # VCS color, staged changes (light blue)

# Variables
PROMPT_EXIT=0
@@ -182,10 +182,9 @@ function welcome_message {

function prompt_set_themecolor {
    case $(cat /proc/sys/kernel/hostname) in
        melissa)  PROMPT_CTHEME=90;;   # Dark Purple
        miranda)  PROMPT_CTHEME=208;;  # Orange
        mabel)    PROMPT_CTHEME=133;;  # Pink
        sapphire) PROMPT_CTHEME=17;;   # Dark Blue
        melissa)  PROMPT_CTHEME=#cc068e;;   # Dark Pink
        miranda)  PROMPT_CTHEME=#e97300;;  # Orange
        sapphire) PROMPT_CTHEME=#102298;;   # Dark Blue
        ruby)     PROMPT_CTHEME=160;;  # Red
        obsidian) PROMPT_CTHEME=233;;  # Dark Gray
        *)        PROMPT_CTHEME=242;;  # Gray