generated from MiniDiscordThemes/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSystemColor.theme.css
More file actions
27 lines (23 loc) · 802 Bytes
/
SystemColor.theme.css
File metadata and controls
27 lines (23 loc) · 802 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 SystemColor
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description Recolour based on your system colour.
* @license MIT
* @version 1.2
* @invite uy8nKQVatp
* @source https://github.com/MiniDiscordThemes/SystemColor
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://minidiscordthemes.github.io/SystemColor/sys.min.css");
/* See https://github.com/MiniDiscordThemes/SystemColor#customisation for customisation settings. */
:root {
--systemcolor-base: var(--os-accent-color);
--systemcolor-bg-blur: 0px;
}
.theme-dark {
--systemcolor-bg-image: linear-gradient(to right, var(--primary-700), var(--primary-800));
}
.theme-light {
--systemcolor-bg-image: linear-gradient(to right, var(--primary-200), var(--primary-100));
}