diff options
author | Lukas <matthias.doering@mldsc.de> | 2022-01-27 22:00:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 22:00:50 +0100 |
commit | b5edb51ee4bb0b3e9f5cbb0c46348bcbdd941f04 (patch) | |
tree | 8eddc6b4d7b697cbad0272ccbe8638ec583726bc | |
parent | ad8220bc6d4529db43c0968175f1b8d0e6637db0 (diff) | |
download | zsh-b5edb51ee4bb0b3e9f5cbb0c46348bcbdd941f04.tar.gz zsh-b5edb51ee4bb0b3e9f5cbb0c46348bcbdd941f04.tar.bz2 zsh-b5edb51ee4bb0b3e9f5cbb0c46348bcbdd941f04.zip |
style(rkj-repos): change `white` to `default` to support light color schemes (#6195)
Co-authored-by: Matthias Doering <matthias.doering@teamix.de>
-rw-r--r-- | themes/rkj-repos.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/rkj-repos.zsh-theme b/themes/rkj-repos.zsh-theme index 65a075456..3cb452335 100644 --- a/themes/rkj-repos.zsh-theme +++ b/themes/rkj-repos.zsh-theme @@ -30,6 +30,6 @@ function mygit() { function retcode() {} # alternate prompt with git & hg -PROMPT=$'%{$fg_bold[blue]%}┌─[%{$fg_bold[green]%}%n%b%{$fg[black]%}@%{$fg[cyan]%}%m%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%{$fg_bold[white]%}%~%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%b%{$fg[yellow]%}'%D{"%Y-%m-%d %I:%M:%S"}%b$'%{$fg_bold[blue]%}] +PROMPT=$'%{$fg_bold[blue]%}┌─[%{$fg_bold[green]%}%n%b%{$fg[black]%}@%{$fg[cyan]%}%m%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%{$fg_bold[default]%}%~%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[%b%{$fg[yellow]%}'%D{"%Y-%m-%d %I:%M:%S"}%b$'%{$fg_bold[blue]%}] %{$fg_bold[blue]%}└─[%{$fg_bold[magenta]%}%?$(retcode)%{$fg_bold[blue]%}] <$(mygit)$(hg_prompt_info)>%{$reset_color%} ' PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |