forked from DiscordStyles/SimplyDark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimplyDark.theme.css
43 lines (34 loc) · 1.57 KB
/
SimplyDark.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
41
42
43
/**
* @name SimplyDark
* @author Gibbu#1211
* @version 2.0.0
* @description A sharp and simple theme for Discord
* @source https://github.com/DiscordStyles/SimplyDark
* @website https://gibbu.me/
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url("https://discordstyles.github.io/SimplyDark/base.css");
/* Black Box user tags */
@import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
/* Old Windows titlebar - remove this @import if you wish to use default titlebar */
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
:root {
--SD-bgR: 10; /* RED value | 0 - 255 | DEFAULT: 10 */
--SD-bgG: 10; /* GREEN value | 0 - 255 | DEFAULT: 10 */
--SD-bgB: 10; /* BLUE value | 0 - 255 | DEFAULT: 10 */
--SD-emojipickerheight: 224px; /* Height of the emojipicker. Changing this may cause issues in some places. | DEFAULT: 224px */
--SD-roundness: 0px; /* Roundness for avatars, servers ect... | DEFAULT: 0px | MAX: 30px */
--SD-avatar-status-width: 2px; /* Width of status border around avatars (must end in px) | DEFAULT: 2px */
/*
Accent variable
Use this website: https://htmlcolorcodes.com/color-picker/
to get your desired RGB numbers. Then simply put each number in their respective area.
R,G,B
*/
--SD-accent: 33,150,243;
/*
To use a custom font. Visit https://fonts.google.com and select one to your liking.
Now just follow this tutorial: https://imgur.com/a/CNbw7xC
*/
--SD-font: 'Roboto';
}