-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSpaceTheme.theme.css
More file actions
32 lines (29 loc) · 824 Bytes
/
SpaceTheme.theme.css
File metadata and controls
32 lines (29 loc) · 824 Bytes
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
/**
* @name SpaceTheme
* @author @spaceenergy
* @description SpaceTheme for Discord
* @invite 7Zv8Xz3Vzn
* @donate https://kofi.spacetheme.net
* @authorLink https://spaceenergy.github.io
* @source https://github.com/SpaceTheme/Discord
* @website https://spacetheme.net
**/
:root {
--st-accent-1: 102, 108, 255;
--st-accent-2: 135, 140, 255;
--st-color-1: 17, 17, 17;
--st-color-2: 30, 30, 30;
--st-color-3: 20, 20, 20;
--st-color-4: 24, 24, 24;
--st-color-5: 38, 41, 44;
--st-color-6: 38, 38, 41;
--st-background: 10, 10, 10;
--st-red: 240, 74, 74;
--st-red-hover: 242, 99, 99;
--st-green: 36, 166, 90;
--st-green-hover: 39, 185, 100;
--st-blue: 75, 137, 239;
--st-blue-hover: 100, 154, 242;
--st-yellow: 239, 141, 75;
--st-yellow-hover: 239, 141, 75;
}