mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add rosace theme (inspired from wedisagree theme)
This commit is contained in:
parent
b0e4381471
commit
9dd511bd8f
1 changed files with 19 additions and 0 deletions
19
themes/rosace.zsh-theme
Normal file
19
themes/rosace.zsh-theme
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
PROMPT='%{$fg[magenta]%}[%~]%{$fg[red]%} » %{$reset_color%}'
|
||||
|
||||
RPROMPT='${return_code} ${time} %{$fg[magenta]%}$(git_prompt_info)%{$reset_color%}$(git_prompt_status)%{$reset_color%}'
|
||||
|
||||
local time="%{$fg[red]%}%*%{$reset_color%}"
|
||||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" ☁ %{$fg[red]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%} ☂"
|
||||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ☀"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%} ✚"
|
||||
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%} ⚡"
|
||||
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖"
|
||||
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%} ➜"
|
||||
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[magenta]%} ♒"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue