generated from Saltssaumure/template-discord-theme
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCRT.theme.css
34 lines (29 loc) · 1.13 KB
/
CRT.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
/**
* @name CRT
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description A CRT monitor effect Discord theme.
* @license MIT
* @version 1.0
* @invite uy8nKQVatp
* @source https://github.com/MiniDiscordThemes/CRT
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://minidiscordthemes.github.io/CRT/crt.min.css");
/* See https://github.com/MiniDiscordThemes/CRT#customisation for customisation settings. */
:root {
--crt-height: 9999;
--crt-size: 4px;
--crt-stripe: block;
--crt-stripe-light-color: rgba(255, 255, 255, 0.1);
--crt-stripe-dark-color: rgba(0, 0, 0, 0.1);
/* ⛐ This effect is performance-intensive. */
--crt-scanline: block;
--crt-scanline-speed: 3s;
--crt-scanline-color: rgba(0, 0, 0, 0.5);
--crt-scanline-direction: normal;
/* ⚠ This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */
--crt-flicker: none;
--crt-flicker-speed: calc(1s/30);
--crt-flicker-color: rgba(0, 0, 0, 0.1);
}