mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
New color theme, 'omh'.
This commit is contained in:
parent
d05b2010ff
commit
f828c3ab59
1 changed files with 11 additions and 0 deletions
11
themes/omh.zsh-theme
Normal file
11
themes/omh.zsh-theme
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
PROMPT='%{$FG[238]%}%3~ \
|
||||||
|
$(git_prompt_info)\
|
||||||
|
%{$fg[green]%}%(!.#.❯)\
|
||||||
|
%{$reset_color%} '
|
||||||
|
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$FG[237]%}(%{$FG[104]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$FG[237]%}) %{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$FG[214]%} ✹%{$reset_color%}"
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue