From 4ef2829314695a597b584723582e9b02c1d3e080 Mon Sep 17 00:00:00 2001 From: DooSkagg <129222495+DooSkagg@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:24:33 -0400 Subject: [PATCH] Changed Accent color from #8000ff to #8040ff --- ClearVision_v6.theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ClearVision_v6.theme.css b/ClearVision_v6.theme.css index 716e86d..dd2b6a2 100644 --- a/ClearVision_v6.theme.css +++ b/ClearVision_v6.theme.css @@ -18,17 +18,17 @@ /* SETTINGS */ :root { /* ACCENT COLORS */ - --main-color: #8000ff; /* main accent color (hex, rgb or hsl) [default: #2780e6] */ + --main-color: #8040ff; /* main accent color (hex, rgb or hsl) [default: #2780e6] */ --hover-color: #40007f; /* hover accent color (hex, rgb or hsl) [default: #1e63b3] */ --success-color: #43b581; /* success accent color (hex, rgb or hsl) [default: #43b581] */ --danger-color: #982929; /* danger accent color (hex, rgb or hsl) [default: #982929] */ --url-color: var(--main-color); /*The color of url links [default: var(--main-color)]*/ /* STATUS COLORS */ - --online-color: #8000ff; /* online status color (hex, rgb or hsl) [default: #43b581] */ - --idle-color: #8000ff; /* idle status color (hex, rgb or hsl) [default: #faa61a] */ - --dnd-color: #8000ff; /* dnd status color (hex, rgb or hsl) [default: #982929] */ - --streaming-color: #8000ff; /* streaming status color (hex, rgb or hsl) [default: #593695] */ + --online-color: #8040ff; /* online status color (hex, rgb or hsl) [default: #43b581] */ + --idle-color: #8040ff; /* idle status color (hex, rgb or hsl) [default: #faa61a] */ + --dnd-color: #8040ff; /* dnd status color (hex, rgb or hsl) [default: #982929] */ + --streaming-color: #8040ff; /* streaming status color (hex, rgb or hsl) [default: #593695] */ --offline-color: #808080; /* offline/invisible status color (hex, rgb or hsl) [default: #808080] */ /* GENERAL */