From 9f7fd1d1be04969b1782d0ac80ff033ae4658660 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:32:32 -0400 Subject: [PATCH] Add files via upload --- Channel&RolesRecolor.css | 5 +++++ IconRecolors.css | 25 +++++++++++++++++++++---- NSFWChannelRecolor.css | 6 +++++- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/Channel&RolesRecolor.css b/Channel&RolesRecolor.css index 67fd32b..adc76d2 100644 --- a/Channel&RolesRecolor.css +++ b/Channel&RolesRecolor.css @@ -10,3 +10,8 @@ color: var(--green-360) !important; border: 1px solid rebeccapurple !important; } + +/*--- Chat Icon Recolor ---*/ +.icon_e44302 path[d^="M18.5 23c.88"] { + fill: var(--green-360) !important; +} \ No newline at end of file diff --git a/IconRecolors.css b/IconRecolors.css index 51372b0..501fb4f 100644 --- a/IconRecolors.css +++ b/IconRecolors.css @@ -5,26 +5,43 @@ * @description Recolors channel icons to make them easier to notice. */ -/*--- Icon Recolor---*/ +/*--- Channel&Roles Channel List Icon Recolor---*/ .icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] { color: var(--green-360) !important; border: 1px solid rebeccapurple !important; } +/*--- Channel&Roles Chat Icon Recolor ---*/ +.icon_e44302 path[d^="M18.5 23c.88"] { + fill: var(--green-360) !important; +} -/*---'NSFW' Icon Recolor---*/ +/*-------------------------------------------*/ + +/*--- 'NSFW' Channel List Icon Recolor---*/ .icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { fill: var(--text-danger) !important; border: 1px solid rebeccapurple !important; } +/*--- 'NSFW' Chat Icon Recolor ---*/ +.icon_e44302 path[d^="M18.091.63"] { + fill: var(--text-danger) !important; +} -/*---Lock Icon Recolor---*/ +/*-------------------------------------------*/ + +/*---Lock Channel List Icon Recolor---*/ .icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] { fill: #fffaa0 !important; border: 1px solid rebeccapurple !important; } -/*---Stages Icon (since they use a differnt lock for some reason)----*/ +/*---Stages Channel List Icon (since they use a differnt lock for some reason)----*/ .icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] { fill : #fffaa0 !important; border: 1px solid rebeccapurple !important; } + +/*--- Chat Lock Icon Recolor ---*/ +.icon_e44302 path[d^="M16 4h.5v"] { + fill: #fffaa0 !important; +} diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index 6053202..d1f2d14 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -10,6 +10,10 @@ .icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { fill: var(--text-danger) !important; border: 1px solid rebeccapurple !important; - } +} +/*--- Chat Icon Recolor ---*/ +.icon_e44302 path[d^="M18.091.63"] { + fill: var(--text-danger) !important; +}