FINALLY FIGURED IT OUT

This commit is contained in:
Indiana Jone (Indi) 2025-03-17 15:04:53 -04:00
parent dcbc2782f4
commit 09e837421b
5 changed files with 39 additions and 5 deletions

View file

@ -2,7 +2,7 @@
* @name NSFW recolor
* @author krystalskullofficial
* @description Recolors the icon for 'NSFW' channels so they are easier to see/notice.
* @version 6.0.0
* @version 6.5.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#2nd-nsfw-channel-recolor-
@ -21,6 +21,11 @@
fill: var(--status-danger-background) !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M18.09 1.63c.4-.7 1.43-.7" ] {
fill: var(--status-danger-background) !important;
}
/*--- Ping Warning ---*/
[class^=ping_] path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important;

View file

@ -2,7 +2,7 @@
* @name NSFWtag
* @author ryan.0324, krystalskullofficial
* @description A tag for 'NSFW' channels so they are easier to see/notice. Also recolors the small triangle too be red,
* @version 6.0.0
* @version 6.5.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#1st-nsfw-channel-tag-
@ -43,6 +43,10 @@
border: 1px solid rebeccapurple !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M18.09 1.63c.4-.7 1.43-.7" ] {
fill: var(--status-danger-background) !important;
}
/*--------------*/
/*--- Ping Warning ---*/

View file

@ -2,7 +2,7 @@
* @name Private Channel recolor
* @author krystalskullofficial
* @description Recolors the icon for Private channels so they are easier to see/notice.
* @version 6.0.0
* @version 6.5.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#3rd-private-channel-recolor-
@ -30,6 +30,16 @@
fill: var(--yellow-200) !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M16 4h.5v-.5a2.5 2.5 0 0 1 5" ] {
fill: var(--yellow-200) !important;
}
/*--- Stupid Ahh channel search icon(For stages) ---*/
[class^=searchResultChannelIcon__] path[d^="M16.5 18H16a1 1 0 0 0-1" ] {
fill: var(--yellow-200) !important;
}
/*--- Vencord's UserVoiceShow Icon Recolor ---*/
.vc-uvs-speaker path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;

View file

@ -2,7 +2,7 @@
* @name Stage Recolor
* @author KrystalSkullOfficial
* @description Recolors the icon for stages so they are easier to see/notice.
* @version 6.0.0
* @version 6.5.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#5th-stage-icon-recolor-
@ -18,3 +18,13 @@
[class^=icon__] path[d^="M21.92 14.08c.32"]{
color: var(--blue-330) !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M19.61 18.25a1.08 1.08 0 0 1-.07-1.33" ] {
fill: var(--blue-330) !important;
}
/*--- Stupid Ahh channel search icon(Locked Stage) ---*/
[class^=searchResultChannelIcon__] path[d^="M21.92 14.08c.32.27.86.15.93-.26A11" ] {
fill: var(--blue-330) !important;
}

View file

@ -2,7 +2,7 @@
* @name Synced With Game Recolor
* @author krystalskullofficial
* @description Recolors the icon for Channels that are synced with games so they are easier to see/notice.
* @version 1.5.5
* @version 2.0.0
* @authorId 929208515883569182
* @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#13th-synced-with-game-recolor-
@ -14,3 +14,8 @@
[class^=icon__] path[d^="M24 5.7c0-1.54-.2-2.66-.34-3.23C23.35"] {
fill: var(--Custom-Color-Controller) !important;
}
/*--- Stupid Ahh channel search icon ---*/
[class^=searchResultChannelIcon__] path[d^="M24 5.7c0-1.54-.2-2.66-.34-3.23C23.35" ] {
fill: var(--Custom-Color-Controller) !important;
}