summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-28 17:38:22 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-28 17:38:22 +0300
commitc2878307d296a4d2ce2c3964d05e2e501c2d0f81 (patch)
tree0579ab8fe7d87b74770a17c49525eb2eeb04abda /config
parent0378a0a54c74db5ef1d26ade098e48ed8d5af16d (diff)
tune colors
Diffstat (limited to 'config')
-rw-r--r--config/p10k-lean.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index 3b95c911..9eb9f938 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -145,7 +145,7 @@ fi
# POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' below.
typeset -g POWERLEVEL9K_SHOW_RULER=false
typeset -g POWERLEVEL9K_RULER_CHAR='─' # reasonable alternative: '·'
- typeset -g POWERLEVEL9K_RULER_FOREGROUND=237
+ typeset -g POWERLEVEL9K_RULER_FOREGROUND=8
# Filler between left and right prompt on the first prompt line. You can set it to '·' or '─'
# to make it easier to see the alignment between left and right prompt and to separate prompt
@@ -156,7 +156,7 @@ fi
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' '
if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then
# The color of the filler.
- typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=237
+ typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=8
# Add a space between the end of left prompt and the filler.
typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=' '
# Add a space between the filler and the start of right prompt.
@@ -509,7 +509,7 @@ fi
# Battery pictograms going from low to high level of charge.
typeset -g POWERLEVEL9K_BATTERY_STAGES='▁▂▃▄▅▆▇'
# Display battery pictogram on black background.
- typeset -g POWERLEVEL9K_BATTERY_VISUAL_IDENTIFIER_EXPANSION='%0K${P9K_VISUAL_IDENTIFIER}%k'
+ typeset -g POWERLEVEL9K_BATTERY_VISUAL_IDENTIFIER_EXPANSION='%K{236}${P9K_VISUAL_IDENTIFIER}%k'
# Don't show battery when it's fully charged and connected to power supply.
typeset -g POWERLEVEL9K_BATTERY_CHARGED_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=
# Don't show the remaining time to charge/discharge.