diff --git a/profile.d/themes/plasma.theme b/profile.d/themes/plasma.theme index 568a456..3ab7833 100755 --- a/profile.d/themes/plasma.theme +++ b/profile.d/themes/plasma.theme @@ -26,9 +26,9 @@ 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="$On_IBlack" # dark grey background -PROMPT_COLOR_BAR_BG="$On_Purple" # bright magenta bar +PROMPT_COLOR_TIME_FG="$IPurple" # vivid purple clock text +PROMPT_COLOR_TIME_BG="$On_IBlack" # dark grey background +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 PROMPT_COLOR_OK_MARK="$IGreen" # green checkmark