diff options
| author | G'lek Tarssza <robloxianmany@gmail.com> | 2025-05-22 03:27:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 11:27:34 +0200 |
| commit | 0354add542b6d769dbe39e10eb0caa0a11b2b716 (patch) | |
| tree | 3e42a5a77ccebab0f4e0a17e27092871f1bba471 /themes/blinks.zsh-theme | |
| parent | 40c2a72e03b1df100b3937dd44a9754f17c06c6d (diff) | |
| download | zsh-0354add542b6d769dbe39e10eb0caa0a11b2b716.tar.gz zsh-0354add542b6d769dbe39e10eb0caa0a11b2b716.tar.bz2 zsh-0354add542b6d769dbe39e10eb0caa0a11b2b716.zip | |
fix(blinks)!: use `default` instead of `black` color (#13123)
Diffstat (limited to 'themes/blinks.zsh-theme')
| -rw-r--r-- | themes/blinks.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blinks.zsh-theme b/themes/blinks.zsh-theme index ddb32f7c3..736683c9a 100644 --- a/themes/blinks.zsh-theme +++ b/themes/blinks.zsh-theme @@ -11,11 +11,11 @@ function _prompt_char() { # This theme works with both the "dark" and "light" variants of the # 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 -# using the "dark" variant. +# using neither variant. case ${SOLARIZED_THEME:-dark} in light) bkg=white;; - *) bkg=black;; + *) bkg=default;; esac ZSH_THEME_GIT_PROMPT_PREFIX=" [%{%B%F{blue}%}" |
