mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-07-14 16:09:01 +08:00
fix(blinks)!: use default
instead of black
color (#13123)
This commit is contained in:
parent
40c2a72e03
commit
0354add542
@ -11,11 +11,11 @@ function _prompt_char() {
|
|||||||
# This theme works with both the "dark" and "light" variants of the
|
# This theme works with both the "dark" and "light" variants of the
|
||||||
# Solarized color schema. Set the SOLARIZED_THEME variable to one of
|
# Solarized color schema. Set the SOLARIZED_THEME variable to one of
|
||||||
# these two values to choose. If you don't specify, we'll assume you're
|
# these two values to choose. If you don't specify, we'll assume you're
|
||||||
# using the "dark" variant.
|
# using neither variant.
|
||||||
|
|
||||||
case ${SOLARIZED_THEME:-dark} in
|
case ${SOLARIZED_THEME:-dark} in
|
||||||
light) bkg=white;;
|
light) bkg=white;;
|
||||||
*) bkg=black;;
|
*) bkg=default;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX=" [%{%B%F{blue}%}"
|
ZSH_THEME_GIT_PROMPT_PREFIX=" [%{%B%F{blue}%}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user