Theme created for personal use & recommended for EnhancedDiscord users.
To use this, import it with
@import url(https://enhanceddiscord.com/theme.css);
This will fetch the latest version from this repo every time.
*This is included if you use the EnhancedDiscord style, but if you don't, here's the example:
:root {
/* background for the entire window. Almost everything is transparent to this image. */
--bg: url(https://i.imgur.com/SJkkVGI.png);
--bg-overlay: rgba(0, 0, 0, 0.8); /* overlay for the background. Generally, this should darken the picture to make text more readable. */
--accent-color: #900; /* color of buttons, misc. text, etc. */
--mention-color: #f00; /* color of mention text */
--mention-bg: rgba(255, 0, 0, 0.15); /* mention background color */
--mention-bgh: rgba(255, 0, 0, 0.4); /* mention background while hovering over it */
--link-color: #faa61a; /* color of all links */
--link-color-hover: #fad61a; /* color of all links while hovering over them */
--tag-color: #fff; /* text color of tags (bot tags and custom) */
--tag-bg: rgba(255, 0, 0, 0.3); /* background of tags (bot tags and custom) */
--popup-background: #222; /* background of modals, confirmation messages etc. */
--popup-highlight: #333; /* color of headers and footers of "popouts" (linked to above) */
--context-menu-bg: #333; /* color of context (right-click) menus. */
--unread-color: #f00; /* color of unread/selected server indicators. */
}