From be7338aac09295987abc73fde479276619a8ddf6 Mon Sep 17 00:00:00 2001
From: KrystalSkull <username0458478374@gmail.com>
Date: Fri, 12 Jul 2024 14:29:44 -0400
Subject: [PATCH] discord rehash (formatting is fucked up and ill fix that
 later, also left in the older version for now because i cant test on stable
 rn)

---
 Channel&RolesRecolor.css  |  7 ++++++-
 IconRecolors.css          | 19 +++++++++++++++++--
 NSFWChannelRecolor.css    | 10 +++++++---
 NSFWtag.css               |  7 ++++++-
 PrivateChannelRecolor.css |  5 +++++
 5 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/Channel&RolesRecolor.css b/Channel&RolesRecolor.css
index cc26656..e7ef9db 100644
--- a/Channel&RolesRecolor.css
+++ b/Channel&RolesRecolor.css
@@ -12,6 +12,11 @@
 }
 
 /*--- Chat Icon Recolor ---*/
-.icon_e44302 path[d^="M18.5 23c.88"] {
+.icon_fc4f04 path[d^="M18.5 23c.88"] {
     fill: var(--green-360) !important;
 }
+
+/*--- Chat (older) 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 b8949cd..257dcd4 100644
--- a/IconRecolors.css
+++ b/IconRecolors.css
@@ -10,7 +10,13 @@
     color: var(--green-360) !important;
     border: 1px solid rebeccapurple !important;
 }
+
 /*--- Channel&Roles Chat Icon Recolor ---*/
+.icon_fc4f04 path[d^="M18.5 23c.88"] {
+    fill: var(--green-360) !important;
+}
+
+/*--- Channels&Roles Chat (older) Icon Recolor ---*/
 .icon_e44302 path[d^="M18.5 23c.88"] {
     fill: var(--green-360) !important;
 }
@@ -23,10 +29,14 @@
     border: 1px solid rebeccapurple !important;
 }
 /*--- 'NSFW' Chat Icon Recolor ---*/
-.icon_e44302 path[d^="M18.09 1.63"] {
+.icon_fc4f04 path[d^="M18.09 1.63"] {
     fill: var(--status-danger-background) !important;
 }
 
+/*--- 'NSFW' Chat (older) Icon Recolor ---*/
+.icon_e44302 path[d^="M18.09 1.63"] {
+    fill: var(--status-danger-background) !important;
+}
 /*-------------------------------------------*/
 
 /*---Lock Icon Channel List Recolor---*/
@@ -41,6 +51,11 @@
 }
 
 /*--- Chat Lock Icon Recolor ---*/
-.icon_e44302 path[d^="M16 4h.5v"] {
+.icon_fc4f04 path[d^="M16 4h.5v"] {
     fill: var(--yellow-200) !important;
 }
+
+/*--- Chat (older) Lock Icon Recolor ---*/
+.icon_e44302 path[d^="M16 4h.5v"] {
+    fill: var(--yellow-200) !important;
+}
\ No newline at end of file
diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css
index 5ef45d6..23bd470 100644
--- a/NSFWChannelRecolor.css
+++ b/NSFWChannelRecolor.css
@@ -5,7 +5,6 @@
 * @description recolors the icon for 'NFSW' channels so they are easier to see/notice
 */
 
-
 /*---'NSFW' Channel List Icon Recolor---*/
 .icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
     fill: var(--status-danger-background) !important;
@@ -13,6 +12,11 @@
 }
 
 /*--- Chat Icon Recolor ---*/
-.icon_e44302 path[d^="M18.09 1.63"] {
-  fill: var(--status-danger-background) !important;
+.icon_fc4f04 path[d^="M18.09 1.63"] {
+    fill: var(--status-danger-background) !important;
 }
+
+/*--- Chat (older) Icon Recolor ---*/
+.icon_e44302 path[d^="M18.09 1.63"] {
+    fill: var(--status-danger-background) !important;
+}
\ No newline at end of file
diff --git a/NSFWtag.css b/NSFWtag.css
index 89a948e..b56c940 100644
--- a/NSFWtag.css
+++ b/NSFWtag.css
@@ -44,6 +44,11 @@
 }
 
 /*--- Chat Icon Recolor ---*/
+.icon_fc4f04 path[d^="M18.09 1.63"] {
+  fill: var(--status-danger-background) !important;
+}
+
+/*--- Chat (older) Icon Recolor ---*/
 .icon_e44302 path[d^="M18.09 1.63"] {
     fill: var(--status-danger-background) !important;
-  } 
+  } 
\ No newline at end of file
diff --git a/PrivateChannelRecolor.css b/PrivateChannelRecolor.css
index 0df9d63..a1957a3 100644
--- a/PrivateChannelRecolor.css
+++ b/PrivateChannelRecolor.css
@@ -17,6 +17,11 @@
 }
 
 /*--- Chat Lock Icon Recolor ---*/
+.icon_fc4f04 path[d^="M16 4h.5v"] {
+    fill: var(--yellow-200) !important;
+}
+
+/*--- Chat (older) Lock Icon Recolor ---*/
 .icon_e44302 path[d^="M16 4h.5v"] {
     fill: var(--yellow-200) !important;
 }