Skip to content

Instantly share code, notes, and snippets.

View StarrFox's full-sized avatar
🦦

StarrFox

🦦
View GitHub Profile
@StarrFox
StarrFox / discord.css
Last active June 9, 2020 19:13
Discord Theme
@import url("https://codedotspectra.github.io/themes/mini-themes/hljs.css");
@import url("https://codedotspectra.github.io/themes/mini-themes/compactMemberList.css");
@import url("https://codedotspectra.github.io/themes/mini-themes/compactChannelsList.css");
:root {
--backgroundCode: #2f3136;
--backgroundName: #202225;
--background-url: url("https://cdn.discordapp.com/attachments/540689755596128276/705347895640981594/red_tree_gray_black.jpg");
--accent: #f04747;
}