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 */