-
Notifications
You must be signed in to change notification settings - Fork 251
/
DarkNeon.theme.css
40 lines (35 loc) · 1.91 KB
/
DarkNeon.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* @name Dark Neon
* @author Bates
* @version 2.2.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,
.theme-dark,
.theme-light {
--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 */
}