Synthesis

By Saltssaumure Version 1.8 Updated 06/19/2024 94.8K downloads

A vibrant neon synthwave theme with customisable background and tweaks.

transparent customizable orange purple blue

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Synthesis screenshot
Synthesis.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Saltssaumure/synthesis-discord-theme/abb3c00f351069be3ed3617f114c2d65a19e9d9f/Synthesis.theme.css
1/**
2 * @name Synthesis
3 * @author Saltssaumure
4 * @authorLink https://github.com/Saltssaumure
5 * @description A vibrant neon synthwave theme.
6 * @license AGPL-3.0-or-later
7 * @version 1.8
8 * @invite uy8nKQVatp
9 * @source https://github.com/Saltssaumure/synthesis-discord-theme
10 * @donate https://ko-fi.com/saltssaumure
11*/
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}