-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemonstration.theme.css
More file actions
27 lines (25 loc) · 861 Bytes
/
Demonstration.theme.css
File metadata and controls
27 lines (25 loc) · 861 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
/**
* @name Demonstration
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description A Discord theme for demonstrating Discord themes.
* @license MIT
* @version 1.1
* @invite uy8nKQVatp
* @source https://github.com/MiniDiscordThemes/Demonstration
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://minidiscordthemes.github.io/Demonstration/demo.min.css");
/* See https://github.com/MiniDiscordThemes/Demonstration#customisation for customisation settings. */
:root {
--demo-font-variant: Circular;
--demo-font-emoji: Noto;
--demo-text: censor;
--demo-clientmod: visible;
--demo-emoji-radius: 4px;
--demo-emoji-opacity: 0.5;
--demo-icon-hue: 240;
--demo-image-hue: 270;
--demo-banner-hue: 180;
--demo-self-hue: 300;
}