-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFuchsiaDarkness.theme.css
27 lines (22 loc) · 1.07 KB
/
FuchsiaDarkness.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
/**
* @name Fuchsia Darkness
* @author toxxy the trash#5015
* @version 6.2.1 rev2023
* @description makes discord sharp and compact.
* @source https://github.com/ToxxyTheTrash/SimplyDarkFuchsiaDarkness
*/
@import url("https://toxxythetrash.github.io/FuchsiaDarkness/main.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap');
@import url("https://monstrousdev.github.io/themes/addons/user-tags.css");
@import url("https://discord-custom-covers.github.io/usrbg/snippets/userPopouts.css");
@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css");
:root {
--AccentColor: 233, 30, 99;
--PrimaryBG: 0, 0, 0;
--SecondaryBG: 17, 17, 17;
--Font: 'Montserrat';
--SD-avatar-status-width: 2.5px;
--CustomSettingsHeaderText: "raincoats are hot";
--SettingsSidebarSpacing: 0; /* Select a number between 0-2; going above 2 might not be recommended */
--DisplayStageDiscovery: none; /* remove none = stage discovery visble; add none = disable stage discovery visibility */
}