Created
March 15, 2016 03:30
-
-
Save nphyx/35f750ac34ef7615607b to your computer and use it in GitHub Desktop.
zsh bullet-train using terminal colors instead of fixed blue/white scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Only directory, time & git are covered here | |
BULLETTRAIN_TIME_BG=000 | |
BULLETTRAIN_TIME_FG=008 | |
BULLETTRAIN_DIR_BG=001 | |
BULLETTRAIN_DIR_FG=007 | |
BULLETTRAIN_GIT_BG=000 | |
BULLETTRAIN_GIT_FG=008 | |
BULLETTRAIN_GIT_COLORIZE_DIRTY_BG_COLOR=000 | |
BULLETTRAIN_GIT_MODIFIED=" %F{006}✹%F{black}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment