From 25fce66a590b1a5cd5e76cb23053f98ecf7ae420 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 2 Apr 2023 17:37:45 -0600 Subject: [PATCH] fix some colors --- xmc.user.css | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/xmc.user.css b/xmc.user.css index 866c268..c1f7f40 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -124,14 +124,6 @@ --text-warning: var(--_color3); --status-warning: var(--_color3); --status-warning-background: var(--_color3); - --status-green-600: var(--status-online) !important; - --status-yellow-500: var(--status-idle) !important; - --status-red-500: var(--status-dnd) !important; - --status-grey-500: var(--status-offline) !important; - --green-360: var(--status-online) !important; - --yellow-300: var(--status-idle) !important; - --red-400: var(--status-dnd) !important; - --primary-400: var(--status-offline) !important; --twitch: var(--status-streaming) !important; --primary-600: var(--primary); } @@ -291,6 +283,8 @@ rect[fill="#747f8d"], path[fill="#747f8d"], rect[fill="#82858f"], path[fill="#82858f"], +rect[fill="#80848e"], +path[fill="#80848e"], rect[mask="url(#svg-mask-status-offline)"][fill="#ffffff"], rect[mask="url(#svg-mask-status-offline-mobile)"][fill="#ffffff"], rect[fill="hsl(214, calc(var(--saturation-factor, 1) * 9.9%), 50.4%)"] { @@ -870,7 +864,7 @@ code.inline, --status-online: var(--_color2); --status-idle: var(--_color3); --status-dnd: var(--_color5); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color4); } @@ -918,7 +912,7 @@ code.inline, --status-online: var(--_color2); --status-idle: var(--_color3); --status-dnd: var(--_color5); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color4); --titlebar-color: var(--accent); @@ -1109,7 +1103,7 @@ code.inline, --status-online: var(--_color2); --status-idle: var(--_color3); --status-dnd: var(--_color9); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color5); --interactive-hover: var(--_color6) !important; @@ -1364,7 +1358,7 @@ code.inline, --status-online: var(--_color2); --status-idle: var(--_color3); --status-dnd: var(--_color1); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color5); --interactive-hover: var(--_color6) !important; @@ -1413,7 +1407,7 @@ code.inline, --status-online: var(--_color2); --status-idle: var(--_color3); --status-dnd: var(--_color1); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color5); --interactive-hover: var(--_color4) !important; @@ -1462,7 +1456,7 @@ code.inline, --status-online: var(--_color10); --status-idle: var(--_color11); --status-dnd: var(--_color9); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color5); --status-danger: var(--red) !important; @@ -1517,7 +1511,7 @@ code.inline, --status-online: var(--_color10); --status-idle: var(--_color11); --status-dnd: var(--_color9); - --status-offline: var(--tertiary); + --status-offline: var(--highlight); --status-streaming: var(--_color5); --status-danger: var(--red) !important;