From f16ad711fb0738830426161fd0e94fba66b38d3a Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 21 Apr 2026 16:51:57 +0200 Subject: [PATCH] color adjustments --- profile.d/themes/abyss.theme | 2 +- profile.d/themes/plasma.theme | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profile.d/themes/abyss.theme b/profile.d/themes/abyss.theme index b3f16d2..b55e2a5 100644 --- a/profile.d/themes/abyss.theme +++ b/profile.d/themes/abyss.theme @@ -27,7 +27,7 @@ Green="\e[0;96m" # teal (ICyan — abyss string colour) Yellow="\e[0;93m" # bright gold (IYellow — abyss constant colour) PROMPT_COLOR_TIME_FG="$ICyan" # electric teal clock -PROMPT_COLOR_TIME_BG="\e[48;2;0;40;45m" # very dark cyan bg for time +PROMPT_COLOR_TIME_BG="\e[48;2;0;60;70m" # very dark cyan bg for time PROMPT_COLOR_BAR_BG="\e[48;2;0;30;70m" # deep navy bar (24-bit) PROMPT_COLOR_OK_FG="$ICyan" # teal on success diff --git a/profile.d/themes/plasma.theme b/profile.d/themes/plasma.theme index 0af2b46..773f48f 100644 --- a/profile.d/themes/plasma.theme +++ b/profile.d/themes/plasma.theme @@ -26,8 +26,8 @@ Blue="\e[0;94m" # electric blue (IBlue) Purple="\e[0;95m" # vivid magenta (IPurple — Plasma's signature colour) Cyan="\e[0;96m" # electric cyan (ICyan) -PROMPT_COLOR_TIME_FG="$IPurple" # vivid purple clock text -PROMPT_COLOR_TIME_BG="\e[48;2;30;30;35m" # deep charcoal (darker than On_IBlack) +PROMPT_COLOR_TIME_FG="$BIPurple" # vivid purple clock text +PROMPT_COLOR_TIME_BG="\e[48;2;50;50;55m" # deep charcoal (darker than On_IBlack) PROMPT_COLOR_BAR_BG="\e[48;2;75;0;130m" # deep indigo-purple (24-bit) — darker than On_Purple PROMPT_COLOR_OK_FG="$ICyan" # electric cyan on success