mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updating color pallet for lomanto theme.
This commit is contained in:
parent
26d7ccc561
commit
bd6a4eddb5
1 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,9 @@
|
|||
local ret_status="%(?:%{$FG[036]%}➜ :%{$FG[036]%}➜ %s)"
|
||||
PROMPT='${ret_status}%{$FG[036]%}%p %{$FG[036]%}%c %{$FG[039]%}$(git_prompt_info)%{$FG[036]%} % %{$FG[007]%}'
|
||||
# Preview different colors in terminal by running `spectrum_ls`
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$FG[179]%}"
|
||||
local ret_status="%(?:%{$FG[036]%}➜ :%{$FG[036]%}➜ %s)"
|
||||
PROMPT='${ret_status}%{$FG[036]%}%p %{$FG[036]%}%c %{$FG[141]%}$(git_prompt_info)%{$FG[141]%} % %{$FG[255]%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$FG[141]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$FG[179]%}⚡%{$FG[039]%})%{$FG[007]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[039]%})"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$FG[255]%}⚡%{$FG[141]%})%{$FG[255]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[141]%})"
|
||||
Loading…
Add table
Add a link
Reference in a new issue