Synthesis
A vibrant neon synthwave theme with customisable background and tweaks.
78
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Synthesis3
* @author Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description A vibrant neon synthwave theme.6
* @license AGPL-3.0-or-later7
* @version 1.88
* @invite uy8nKQVatp9
* @source https://github.com/Saltssaumure/synthesis-discord-theme10
* @donate https://ko-fi.com/saltssaumure11
*/12
13
@import url("https://saltssaumure.github.io/synthesis-discord-theme/synth.min.css");14
15
/* See https://github.com/Saltssaumure/synthesis-discord-theme#customisation for customisation settings. */16
:root {17
--synth-background-image: url(https://saltssaumure.github.io/synthesis-discord-theme/backgrounds/default.avif);18
--synth-backdrop-opacity: 0.3 ;19
--synth-overlay-color: 255 165 0 ;20
--synth-crt-light: 255 255 255 ;21
--synth-crt-dark: 0 0 0 ;22
--synth-crt-flicker: none ; /* This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */23
24
--synth-color-background: 20 6 36 ;25
--synth-color-foreground: 255 165 0 ;26
--synth-color-shadow: 0 0 128 ;27
--synth-color-button: 84 63 251 ;28
--synth-color-pop: 206 63 251 ;29
--synth-color-blurple: 88 101 242 ;30
--synth-color-text: 255 255 255 ;31
32
--synth-color-red: 243 67 131 ;33
--synth-color-yellow: 255 165 0 ;34
--synth-color-green: 52 172 140 ;35
--synth-color-twitch: 89 54 149 ;36
}