mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
tuning avit theme color
This commit is contained in:
parent
d848c94804
commit
f1d2df6132
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} '
|
||||||
|
|
||||||
RPROMPT='$(_vi_status)%{$(echotc UP 1)%}$(_git_time_since_commit) $(git_prompt_status) ${_return_status}%{$(echotc DO 1)%}'
|
RPROMPT='$(_vi_status)%{$(echotc UP 1)%}$(_git_time_since_commit) $(git_prompt_status) ${_return_status}%{$(echotc DO 1)%}'
|
||||||
|
|
||||||
local _current_dir="%{$fg_bold[blue]%}%3~%{$reset_color%} "
|
local _current_dir="%{$fg_bold[green]%}%3~%{$reset_color%} "
|
||||||
local _return_status="%{$fg_bold[red]%}%(?..⍉)%{$reset_color%}"
|
local _return_status="%{$fg_bold[red]%}%(?..⍉)%{$reset_color%}"
|
||||||
local _hist_no="%{$fg[grey]%}%h%{$reset_color%}"
|
local _hist_no="%{$fg[grey]%}%h%{$reset_color%}"
|
||||||
|
|
||||||
|
|
@ -105,6 +105,6 @@ ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
|
||||||
ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[white]%}"
|
ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[white]%}"
|
||||||
|
|
||||||
# LS colors, made with http://geoff.greer.fm/lscolors/
|
# LS colors, made with http://geoff.greer.fm/lscolors/
|
||||||
export LSCOLORS="exfxcxdxbxegedabagacad"
|
export LSCOLORS="Cxfxcxdxbxegedabagacad"
|
||||||
export LS_COLORS='di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
|
export LS_COLORS='di=1;32:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43'
|
||||||
export GREP_COLOR='1;33'
|
export GREP_COLOR='1;33'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue