From 09ce617350892f7b1293af5111f2f156681939fd Mon Sep 17 00:00:00 2001 From: Krystal Date: Sat, 7 Sep 2024 18:45:19 -0400 Subject: [PATCH 1/4] Delete All in one - yolo bryoon --- IconRecolors.css | 102 ----------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 IconRecolors.css diff --git a/IconRecolors.css b/IconRecolors.css deleted file mode 100644 index 73cd9a0..0000000 --- a/IconRecolors.css +++ /dev/null @@ -1,102 +0,0 @@ -/** -* @name IconRecolors -* @author krystalskullofficial (and maybe byeoon) -* @version 5.0 -* @description Recolors channel icons to make them easier to notice. -*/ - -/*--- 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_fc4f04 path[d^="M18.5 23c.88"] { - fill: var(--green-360) !important; -} - -/*--- Channels&Roles Message bar Channels ---*/ -.icon_bcc24e path[d^="M18.5 23c.88" ] { - fill: var(--green-360) !important; -} -/*-------------------------------------------------------------------------------------------------------------------*/ - -/*--- '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; - border: 1px solid rebeccapurple !important; -} - -/*--- 'NSFW' Chat Icon Recolor ---*/ -.icon_fc4f04 path[d^="M18.09 1.63"] { - fill: var(--status-danger-background) !important; -} - -/*--- 'NSFW' Message Bar Icon Recolor ---*/ -.icon_f23da8 path[d^="M18.09 1.63"] { - fill: var(--status-danger-background) !important; -} - -/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/ -.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] { - fill: var(--status-danger-background) !important; -} - -/*--- 'NSFW' Message Bar Icon Recolor ---*/ -.icon_bcc24e path[d^="M18.09 1.63"] { - fill: var(--status-danger-background) !important; -} - -/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ -.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] { - fill: var(--status-danger-background) !important; -} - -/*--- Ping Warning ---*/ -.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] { - fill: var(--status-danger-background) !important; -} -/*-------------------------------------------------------------------------------------------------------------------*/ - -/*--- Lock Icon Channel List Recolor ---*/ -.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] { - fill: var(--yellow-200) !important; - border: 1px solid rebeccapurple !important; } - -/*--- Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason) ----*/ -.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] { - fill : var(--yellow-200) !important; - border: 1px solid rebeccapurple !important; -} - -/*--- Chat Lock Icon Recolor ---*/ -.icon_fc4f04 path[d^="M16 4h.5v"] { - fill: var(--yellow-200) !important; -} - -/*--- Lock Icon Message Bar Channels ---*/ -.icon_bcc24e path[d^="M16 4h.5v"] { - fill: var(--yellow-200) !important; -} - -/*--- Lock Thread Icon Message Bar Icon Recolor ---*/ -.icon_bcc24e path[d^="M16 18h.5v"] { - fill: var(--yellow-200) !important; -} -/*-------------------------------------------------------------------------------------------------------------------*/ - -/*--- Channel List Outer Circle Icon Recolor ---*/ -.icon_d8bfb3:has(path[d^="M19.61 18.25a1.08"]) path[d^="M19.61 18.25a1.08"] { - color: var(--blue-330) !important; -} - -/*--- Channel List Outer Circle Icon Recolor(Locked Stage) ---*/ -.icon_d8bfb3:has(path[d^="M21.92 14.08c.32"]) path[d^="M21.92 14.08c.32"]{ - color: var(--blue-330) !important; -} - -/*--- Chat Icon Recolor ---*/ -.icon_fc4f04 path[d^="M19.61 18.25a1.08"] { - fill: var(--blue-330) !important; -} \ No newline at end of file From 4c8da15f55cd7857b17f239d39000dc72a46ca3c Mon Sep 17 00:00:00 2001 From: Krystal Date: Sat, 7 Sep 2024 18:47:16 -0400 Subject: [PATCH 2/4] update read me --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 15a608b..a17d694 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,7 @@ BEFORE AND AFTER: ``` https://krstlskll69.github.io/vc-snippets/StageRecolor.css ``` ----- -6th: IconRecolors - -Recolors all the icons so that you don't need 4 different snippets for it. - -*(doesnt include 'Nsfw' tag)* -``` -https://krstlskll69.github.io/vc-snippets/IconRecolors.css -``` ---- 7th: "Add Friends" tab recolour - Recolours the "Add Friend" tab so it matchs with the tabs From 79da0b65a707454dc163186177c6a7cc85d8d80b Mon Sep 17 00:00:00 2001 From: Krystal Date: Sat, 7 Sep 2024 18:55:30 -0400 Subject: [PATCH 3/4] better readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a17d694..b0eaa75 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # VC-css_snippets # These Css Snippets where built to work with Vencord, so iam unsure if they will work with other client mods +# `IconRecolor`/ All-in-one missing?... Ik i deleted it :3 Important - 1. Fixed Code/Learned new skill icons are now recolored on both the channel lists and on top of the chat @@ -9,6 +10,7 @@ Important - - About Enmity - I dont know about nor do i care about Enmity 5. I have seen and have different install of Discord to play around on the `Desktop Visual Refresh` for discord but due to the fact that they are still heavily making changes to it. Im going to wait until this actually comes out to update my snippets for it... Soo they might work or they might not work + ---- 1st: NSFW Channel Tag - From 4911bc7f0a0759d1cefe88a0cc0173c1c898570b Mon Sep 17 00:00:00 2001 From: Krystal Date: Sun, 8 Sep 2024 00:39:13 -0400 Subject: [PATCH 4/4] its back This reverts commit 09ce617350892f7b1293af5111f2f156681939fd. --- IconRecolors.css | 102 +++++++++++++++++++++++++++++++++++++++++++++++ README.md | 10 ++++- 2 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 IconRecolors.css diff --git a/IconRecolors.css b/IconRecolors.css new file mode 100644 index 0000000..73cd9a0 --- /dev/null +++ b/IconRecolors.css @@ -0,0 +1,102 @@ +/** +* @name IconRecolors +* @author krystalskullofficial (and maybe byeoon) +* @version 5.0 +* @description Recolors channel icons to make them easier to notice. +*/ + +/*--- 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_fc4f04 path[d^="M18.5 23c.88"] { + fill: var(--green-360) !important; +} + +/*--- Channels&Roles Message bar Channels ---*/ +.icon_bcc24e path[d^="M18.5 23c.88" ] { + fill: var(--green-360) !important; +} +/*-------------------------------------------------------------------------------------------------------------------*/ + +/*--- '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; + border: 1px solid rebeccapurple !important; +} + +/*--- 'NSFW' Chat Icon Recolor ---*/ +.icon_fc4f04 path[d^="M18.09 1.63"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Message Bar Icon Recolor ---*/ +.icon_f23da8 path[d^="M18.09 1.63"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/ +.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Message Bar Icon Recolor ---*/ +.icon_bcc24e path[d^="M18.09 1.63"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ +.icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] { + fill: var(--status-danger-background) !important; +} + +/*--- Ping Warning ---*/ +.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] { + fill: var(--status-danger-background) !important; +} +/*-------------------------------------------------------------------------------------------------------------------*/ + +/*--- Lock Icon Channel List Recolor ---*/ +.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] { + fill: var(--yellow-200) !important; + border: 1px solid rebeccapurple !important; } + +/*--- Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason) ----*/ +.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] { + fill : var(--yellow-200) !important; + border: 1px solid rebeccapurple !important; +} + +/*--- Chat Lock Icon Recolor ---*/ +.icon_fc4f04 path[d^="M16 4h.5v"] { + fill: var(--yellow-200) !important; +} + +/*--- Lock Icon Message Bar Channels ---*/ +.icon_bcc24e path[d^="M16 4h.5v"] { + fill: var(--yellow-200) !important; +} + +/*--- Lock Thread Icon Message Bar Icon Recolor ---*/ +.icon_bcc24e path[d^="M16 18h.5v"] { + fill: var(--yellow-200) !important; +} +/*-------------------------------------------------------------------------------------------------------------------*/ + +/*--- Channel List Outer Circle Icon Recolor ---*/ +.icon_d8bfb3:has(path[d^="M19.61 18.25a1.08"]) path[d^="M19.61 18.25a1.08"] { + color: var(--blue-330) !important; +} + +/*--- Channel List Outer Circle Icon Recolor(Locked Stage) ---*/ +.icon_d8bfb3:has(path[d^="M21.92 14.08c.32"]) path[d^="M21.92 14.08c.32"]{ + color: var(--blue-330) !important; +} + +/*--- Chat Icon Recolor ---*/ +.icon_fc4f04 path[d^="M19.61 18.25a1.08"] { + fill: var(--blue-330) !important; +} \ No newline at end of file diff --git a/README.md b/README.md index b0eaa75..15a608b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # VC-css_snippets # These Css Snippets where built to work with Vencord, so iam unsure if they will work with other client mods -# `IconRecolor`/ All-in-one missing?... Ik i deleted it :3 Important - 1. Fixed Code/Learned new skill icons are now recolored on both the channel lists and on top of the chat @@ -10,7 +9,6 @@ Important - - About Enmity - I dont know about nor do i care about Enmity 5. I have seen and have different install of Discord to play around on the `Desktop Visual Refresh` for discord but due to the fact that they are still heavily making changes to it. Im going to wait until this actually comes out to update my snippets for it... Soo they might work or they might not work - ---- 1st: NSFW Channel Tag - @@ -81,7 +79,15 @@ BEFORE AND AFTER: ``` https://krstlskll69.github.io/vc-snippets/StageRecolor.css ``` +---- +6th: IconRecolors - +Recolors all the icons so that you don't need 4 different snippets for it. + +*(doesnt include 'Nsfw' tag)* +``` +https://krstlskll69.github.io/vc-snippets/IconRecolors.css +``` ---- 7th: "Add Friends" tab recolour - Recolours the "Add Friend" tab so it matchs with the tabs