zsh(p10k): use darker dark theme color

This commit is contained in:
PowerUser64 2025-05-30 21:01:30 -07:00
parent 67e69d9165
commit f74ed5e4cd

View file

@ -162,7 +162,7 @@
fi fi
# Default background color. # Default background color.
typeset -g POWERLEVEL9K_BACKGROUND=240 typeset -g POWERLEVEL9K_BACKGROUND=236
if is-system-theme-light; then if is-system-theme-light; then
typeset -g POWERLEVEL9K_BACKGROUND=230 typeset -g POWERLEVEL9K_BACKGROUND=230
fi fi