-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Synthesis.theme.css
36 lines (32 loc) · 1.45 KB
/
Synthesis.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
/**
* @name Synthesis
* @author Saltssaumure
* @authorLink https://github.com/Saltssaumure
* @description A vibrant neon synthwave theme.
* @license AGPL-3.0-or-later
* @version 1.8
* @invite uy8nKQVatp
* @source https://github.com/Saltssaumure/synthesis-discord-theme
* @donate https://ko-fi.com/saltssaumure
*/
@import url("https://saltssaumure.github.io/synthesis-discord-theme/synth.min.css");
/* See https://github.com/Saltssaumure/synthesis-discord-theme#customisation for customisation settings. */
:root {
--synth-background-image: url(https://saltssaumure.github.io/synthesis-discord-theme/backgrounds/default.avif);
--synth-backdrop-opacity: 0.3 ;
--synth-overlay-color: 255 165 0 ;
--synth-crt-light: 255 255 255 ;
--synth-crt-dark: 0 0 0 ;
--synth-crt-flicker: none ; /* This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */
--synth-color-background: 20 6 36 ;
--synth-color-foreground: 255 165 0 ;
--synth-color-shadow: 0 0 128 ;
--synth-color-button: 84 63 251 ;
--synth-color-pop: 206 63 251 ;
--synth-color-blurple: 88 101 242 ;
--synth-color-text: 255 255 255 ;
--synth-color-red: 243 67 131 ;
--synth-color-yellow: 255 165 0 ;
--synth-color-green: 52 172 140 ;
--synth-color-twitch: 89 54 149 ;
}