mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
update colors
This commit is contained in:
parent
b00ca5e647
commit
ddab2cbaa3
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ zstyle ':vcs_info:*:prompt:*' check-for-changes true
|
||||||
PR_RST="%{${reset_color}%}"
|
PR_RST="%{${reset_color}%}"
|
||||||
FMT_BRANCH="(%{$fg[magenta]%}%b%u%c${PR_RST})"
|
FMT_BRANCH="(%{$fg[magenta]%}%b%u%c${PR_RST})"
|
||||||
FMT_ACTION="(%{$fg[green]%}%a${PR_RST})"
|
FMT_ACTION="(%{$fg[green]%}%a${PR_RST})"
|
||||||
FMT_UNSTAGED="%F{11}●"
|
FMT_UNSTAGED="%{$fg[yellow]%}●"
|
||||||
FMT_STAGED="%F{28}●"
|
FMT_STAGED="%{$fg[green]%}●"
|
||||||
|
|
||||||
zstyle ':vcs_info:*:prompt:*' unstagedstr "${FMT_UNSTAGED}"
|
zstyle ':vcs_info:*:prompt:*' unstagedstr "${FMT_UNSTAGED}"
|
||||||
zstyle ':vcs_info:*:prompt:*' stagedstr "${FMT_STAGED}"
|
zstyle ':vcs_info:*:prompt:*' stagedstr "${FMT_STAGED}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue