-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
piOS.theme.css
40 lines (35 loc) · 1.25 KB
/
piOS.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
/**
* @name piOS
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description A SUPERHOT piOS inspired theme.
* @license AGPL-3.0-or-later
* @version 9.7
* @invite uy8nKQVatp
* @source https://github.com/Saltssaumure/pios-discord-theme
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://saltssaumure.github.io/pios-discord-theme/pios.min.css");
/* See https://github.com/Saltssaumure/pios-discord-theme#customisation for customisation settings. */
:root {
--pios-glow-hue: 180;
--pios-glow-intensity: 1;
--pios-spacing: 1;
--pios-accent-hue: 0;
--pios-title-text: "piOS v2.1.01p";
--crt-stripe: block;
--crt-scanline: none; /* ⛐ This effect is performance-intensive. */
--crt-flicker: none; /* ⚠ This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */
}
.theme-dark {
--pios-background-color: #000000;
--pios-bright-color: #FFFFFF;
--pios-middle-color: #D3D3D3;
--pios-dim-color: #808080;
}
.theme-light {
--pios-background-color: #FFFFFF;
--pios-bright-color: #000000;
--pios-middle-color: #696969;
--pios-dim-color: #A9A9A9;
}