mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Created lightning theme.
This commit is contained in:
parent
ed990f61ff
commit
4399e9970a
1 changed files with 9 additions and 0 deletions
9
themes/lightning.zsh-theme
Normal file
9
themes/lightning.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
PROMPT='%{$fg[blue]%}[%{$fg[red]%}%c$(git_prompt_info)$(git_prompt_ahead)%{$fg[blue]%}] %(?,%{$fg[green]%},%{$fg_bold[red]%})➜ %{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[green]%}("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg_bold[red]%}⚡%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=")"
|
||||
ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[yellow]%}↑%{$reset_color%}"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue