/** * @name Dark Neon * @author Bates * @version 3.0.0 * @source https://gitlab.com/B4T3S/bates-discord-theme * @website https://B4T3S.gitlab.io/bates-discord-theme/ * @donate https://www.paypal.com/paypalme/floriancegledi * @patreon https://patreon.com/bates * @description A dark theme with bright neon-y colors, now with more options! * @authorId 137259132305539072 * @invite 6qd3SkP6Ch */ @import url('https://B4T3S.github.io/DiscordDarkNeon/mainRewrite.css'); /* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */ @import url('https://B4T3S.github.io/DiscordDarkNeon/css/hideUsers.css'); /* This import adds the collapsible user-list. Remove it/comment it out to disable that feature */ /* CUSTOMIZE COLORS IN HERE! */ :root, .visual-refresh, .visual-refresh.theme-dark { --rgb-highlight: 4, 217, 255; /* The main highlight color */ --rgb-background: 0, 0, 0; /* The main background color */ --rgb-text: 197, 200, 198; /* The main text color */ --rgb-close-button: 212, 18, 39; /* The main "close this" or "deny" color */ --rgb-online-color: 57, 255, 20; /* The color used in the "online" user status symbol */ --rgb-afk-color: 255, 255, 51; /* The color used in the "idle" user status symbol */ --rgb-dnd-color: 255, 0, 0; /* The color used in the "do not disturb" user status symbol */ --rgb-streaming-color: 188, 19, 254; /* The color used in the "streaming X" user status symbol */ --transition-time: .3s; /* How fast animations added by the theme happen. Default is 0.3 seconds */ --background-image: unset; /* To add an image, replace unset with url(https://www.YOUR-URL-HERE.com) */ --background-position: center; /* Positions the background image */ --background-size: cover; /* Scales the background image */ --background-blur: 5px; /* Blurs the image which helps with readability of text infront of it */ --background-brightness: 100%; /* Changes the background images brightness */ }