diff --git a/ClearVision_v6.theme.css b/ClearVision_v6.theme.css index 95f1442..e9cfe94 100644 --- a/ClearVision_v6.theme.css +++ b/ClearVision_v6.theme.css @@ -31,7 +31,7 @@ --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] */ - --offline-color: #8000ff; /* offline/invisible status color (hex, rgb or hsl) [default: #808080] */ + --offline-color: #808080; /* offline/invisible status color (hex, rgb or hsl) [default: #808080] */ /* GENERAL */ --main-font: gg sans, Helvetica Neue, Helvetica, Arial, sans-serif; /* main font for app (font must be installed) [default: gg sans, Helvetica Neue, Helvetica, Arial, sans-serif] */