From f74ed5e4cd7b036ac08c1bb305f6644d195947c7 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 30 May 2025 21:01:30 -0700 Subject: [PATCH] zsh(p10k): use darker dark theme color --- .config/shell/p10k/snap-autodark.p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/p10k/snap-autodark.p10k.zsh b/.config/shell/p10k/snap-autodark.p10k.zsh index 60c6a62..5cfa301 100644 --- a/.config/shell/p10k/snap-autodark.p10k.zsh +++ b/.config/shell/p10k/snap-autodark.p10k.zsh @@ -162,7 +162,7 @@ fi # Default background color. - typeset -g POWERLEVEL9K_BACKGROUND=240 + typeset -g POWERLEVEL9K_BACKGROUND=236 if is-system-theme-light; then typeset -g POWERLEVEL9K_BACKGROUND=230 fi