# VC-css_snippets # These Css Snippets where built to work with Vencord, so iam unsure if they will work with other client mods Important - 1. Fixed Code/Learned new skill icons are now recolored on both the channel lists and on top of the chat 2. As per a request 'NSFW' Label now appears that top of chat 3. There is no icon diff for a stage marked 'NSFW' on desktop so those arnt labeled *(until i find a way to label them)* 4. People have been asking for this on Vendetta/Pyoncord(Bunny) and for those people id like to point you too [NexxUtils](https://bunny.nexpid.xyz/nexxutils/) - About Enmity - I dont know about nor do i care about Enmity ---- 1st: NSFW Channel Tag: Adds a small RED text box that says NSFW next to those channels and also colors the red warning icon. BEFORE AND AFTER: (hopfully you can tell which is which)   ``` https://krstlskll69.github.io/vc-snippets/NSFWtag.css ``` ---- 2nd: NSFW Channel Recolor: Recolors the triangle of 'NSFW' channels. BEFORE AND AFTER: (hopfully you can tell which is which)   ``` https://krstlskll69.github.io/vc-snippets/NSFWChannelRecolor.css ``` ---- 3rd: Private Channel Recolor: Recolors the lock icon of a private channel. BEFORE AND AFTER: (hopfully you can tell which is which)   ``` https://krstlskll69.github.io/vc-snippets/PrivateChannelRecolor.css ``` ---- 4th: Channels & Roles Recolor: Recolors the icon on Channel & Role tab so they are easier to see/notice BEFORE AND AFTER: (hopfully you can tell which is which)   ``` https://krstlskll69.github.io/vc-snippets/Channel&RolesRecolor.css ``` ---- 5th: Stage Icon Recolor: Recolors the icon For Stages so they are easier to see/notice BEFORE AND AFTER: (hopfully you can tell which is which)   ``` 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 ``` ---- Disclaimer: While yes my CSS snippets are in [Faf4's ThemeLibrary](https://github.com/Faf4a/ThemeLibrary) they use `@imports` that lead here, so i cant guarantee no problems/issues with them