# 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 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 6. MaxWell is joke snippet ~ cant not guarantee that he wont actually steal your soul ---- 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) ![before-recoloandmarkerNSFW](https://cdn.nest.rip/uploads/0a42a8f3-3bfb-4ce0-95f9-0cd59ec5ae32.png) ![after-recoloandmarkerrNSFW](https://cdn.nest.rip/uploads/591db449-e2ab-4376-95b9-a10b2d1a4a90.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/NSFWtag.css ``` ---- 2nd: NSFW Channel Recolor ~ Recolors the triangle of 'NSFW' channels. BEFORE AND AFTER: (hopfully you can tell which is which) ![before-recolorNSFW](https://github.com/KrstlSkll69/vc-snippets/assets/150982280/d3b57ff4-bb3d-40fa-a642-11f1741cd9a4) ![after-recolorNSFW](https://cdn.nest.rip/uploads/0b99386d-180c-41a1-bca6-722150077f3d.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/NSFWChannelRecolor.css ``` ---- 3rd: Private Channel Recolor ~ Recolors the lock icon of a private channel. BEFORE AND AFTER: (hopfully you can tell which is which) ![before-recolor](https://cdn.nest.rip/uploads/0f153f1c-b5cb-4197-a118-4f51ced76805.png) ![after-recolor](https://cdn.nest.rip/uploads/31c36485-10ab-497b-82a0-b6f0e609e9af.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/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) ![before-recolor](https://cdn.nest.rip/uploads/d3102314-0165-409e-9da5-7888747f0a58.png) ![after-recolor](https://cdn.nest.rip/uploads/b6ff195c-b757-4bc2-bada-57d4936bae0a.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/Channel%26RolesRecolor.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) ![beforerecolor](https://cdn.nest.rip/uploads/b3b4db64-7c8b-47bf-9a5e-6bcbea092b5d.png) ![afterrecolor](https://cdn.nest.rip/uploads/5c52b00f-d678-41e7-b6e9-f18a7bcbaa38.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/StageRecolor.css ``` ---- 6th: IconRecolors ~ Recolors all the icons so that you don't need 4 different snippets for it. *(doesnt include 'Nsfw' tag)* ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/IconRecolors.css ``` ---- 7th: ShowBoth@andStatus ~ This Snippet shows both your discord username and status at the same time BEFORE AND AFTER: (hopfully you can tell which is which) ![Before](https://cdn.nest.rip/uploads/4530d712-eb1f-45c5-8d5f-357a83062492.png) ![After](https://cdn.nest.rip/uploads/514133ca-563c-468c-a312-882c5f651de8.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/OtherStuff/NewBoth.css ``` ---- 8th: "Add Friends" tab recolour ~ Recolours the "Add Friend" tab so it matchs with the tabs _Note: this snippet requires Vencord's ["ThemeAttributes"](https://vencord.dev/plugins/ThemeAttributes) plugin_ BEFORE AND AFTER: (hopfully you can tell which is which) ![BeforeRecolor](https://cdn.nest.rip/uploads/c46e1af2-cb5d-4214-9418-dd6e08ed2bf9.png) ![AfterRecolor](https://cdn.nest.rip/uploads/c4a990a2-c5ec-4c9e-89c4-18e2675bc39e.png) BEFORE AND AFTER _while tab is selected_: (Hopfully you can tell which is which) ![BeforeRecolorWhileTabSelected](https://cdn.nest.rip/uploads/d4a09457-9be9-43e3-a405-a549b8ea88e5.png) ![AfterRecolorWhileTabSelected](https://cdn.nest.rip/uploads/ffb0d9ab-eb95-4cec-b79e-ea9f8a7f7d7d.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/OtherStuff/RecolorAddFriendsTab.css ``` ---- 9th: hidePinDiscovery ~ Hides the new pinned Discovery Icon ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/OtherStuff/hideGlobalDiscovery.css ``` --- 10th: All Tabs ~ Recolours the tabs to make them match the "add Friend" one _Note: this snippet requires Vencord's ["ThemeAttributes"](https://vencord.dev/plugins/ThemeAttributes) plugin_ BEFORE AND AFTER: (hopfully you can tell which is which) ![BeforeRecolor](https://cdn.nest.rip/uploads/9475925a-1b01-494b-b830-eb6650d2d198.png) ![AfterRecolor](https://cdn.nest.rip/uploads/a0ba5d89-05b8-48d2-a76d-51511697823a.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/OtherStuff/RecolorAllTabs.css ``` --- 11th: cat (it watches your soul) ~ _Note: this snippet requires Vencord's ["ThemeAttributes"](https://vencord.dev/plugins/ThemeAttributes) plugin_ ![MaxWell](https://cdn.nest.rip/uploads/06a43131-f624-4209-8589-08c782ac31d2.png) ``` https://raw.githubusercontent.com/KrstlSkll69/vc-snippets/main/OtherStuff/Maxwell.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