민트색으로 변경

This commit is contained in:
2020-08-16 23:53:38 +09:00
parent ea79306772
commit 4bc0472368
18 changed files with 258 additions and 66 deletions

View File

@@ -39,6 +39,8 @@ case ${SOLARIZED_THEME:-dark} in
*) CURRENT_FG='black';;
esac
CURRENT_FG='white'
# Special Powerline characters
() {
@@ -89,7 +91,7 @@ prompt_end() {
# Context: user@hostname (who am I and where am I)
prompt_context() {
if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
prompt_segment black default "%(!.%{%F{yellow}%}.)%n@%m"
prompt_segment none default "%(!.%{%F{yellow}%}.)%n@%m"
fi
}
@@ -204,7 +206,7 @@ prompt_hg() {
# Dir: current working directory
prompt_dir() {
prompt_segment red $CURRENT_FG '%~'
prompt_segment cyan $CURRENT_FG '%~'
}
# Virtualenv: current working virtualenv
@@ -226,7 +228,7 @@ prompt_status() {
[[ $UID -eq 0 ]] && symbols+="%{%F{yellow}%}⚡"
[[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}⚙"
[[ -n "$symbols" ]] && prompt_segment black default "$symbols"
[[ -n "$symbols" ]] && prompt_segment none default "$symbols"
}
#AWS Profile: