Neutron

By cruxie Version 9.0 Updated 04/07/2026 347.4K downloads

A highly customizable Vibrant Purple Space Theme, now sugar free!

customizable dark abstract transparent purple

Live preview

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

Screenshot

Neutron screenshot
neutron.theme.css
GitHub

Open source

https://raw.githubusercontent.com/xcruxiex/themes/dcf333f702c52cd4f6d4594a35ed24c7d49bb241/themes-files/neutron.theme.css
1/**
2 * @name Neutron Nova
3 * @version 9.0
4 * @description A highly customizable Vibrant Purple Space Theme, now sugar free!
5 * @author Cruxie + w1zard
6 * @invite PZdnCVD
7 * @source https://github.com/xcruxiex/themes
8 * @website https://betterdiscord.app/theme/Neutron
9 *//*
10$$\ $$\ $$$$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\ $$\ $$\ $$$$$$\ $$\ $$\ $$$$$$\
11$$$\ $$ |$$ _____|$$ | $$ |\__$$ __|$$ __$$\ $$ __$$\ $$$\ $$ | $$$\ $$ |$$ __$$\ $$ | $$ |$$ __$$\
12$$$$\ $$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ / $$ |$$$$\ $$ | $$$$\ $$ |$$ / $$ |$$ | $$ |$$ / $$ |
13$$ $$\$$ |$$$$$\ $$ | $$ | $$ | $$$$$$$ |$$ | $$ |$$ $$\$$ | $$ $$\$$ |$$ | $$ |\$$\ $$ |$$$$$$$$ |
14$$ \$$$$ |$$ __| $$ | $$ | $$ | $$ __$$<; $$ | $$ |$$ \$$$$ | $$ \$$$$ |$$ | $$ | \$$\$$ / $$ __$$ |
15$$ |\$$$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ | $$ |$$ |\$$$ | $$ |\$$$ |$$ | $$ | \$$$ / $$ | $$ |
16$$ | \$$ |$$$$$$$$\ \$$$$$$ | $$ | $$ | $$ | $$$$$$ |$$ | \$$ | $$ | \$$ | $$$$$$ | \$ / $$ | $$ |
17\__| \__|\________| \______/ \__| \__| \__| \______/ \__| \__| \__| \__| \______/ \_/ \__| \__|
18*/
19@import url("https://xcruxiex.github.io/themes/themes-cores/neutron.css");
20@import url("https://xcruxiex.github.io/themes/core/badges.css");
21@import url("https://xcruxiex.github.io/themes/core/custom-font.css");
22@import url("https://xcruxiex.github.io/themes/core/hljs.css"); /* Code Block Styles */
23@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap"); /* Custom font import link (see fonts.google.com) */
24/*##########################################################################
25
26 CHANGE VALUES BELOW TO CUSTOMIZE YOU THEME
27
28##########################################################################*/
29:root {
30 /* COLORS */
31 --themeColor1: rgb(96, 62, 207); /* Theme&#039;s color 1 */
32 --themeColor2: rgb(80, 51, 173); /* Theme&#039;s color 2 */
33
34 /* CUSTOM FONT */
35 --customFont: &#039;Quicksand&#039;, monospace; /* Custom font, change the name in &#039;font name here&#039;, you must import the font first */
36
37 /* HOME BUTTON */
38 --homeImage: url('https://i.vgy.me/EHVyhc.jpg');/* Home button image, must be a direct link | You can also set it to a gradient, google ";css gradient";*/
39 --homeImageSize: cover;/* To cover the button, set to ";cover";. You can also set it to ";100% 100%"; but the image will be stretched. Set to ";contain"; to see the entire image */
40
41 /* BACKGROUND */
42 --backgroundImage: url('https://i.vgy.me/nRrqd7.jpg');/* Backround image, must be a direct link | You can also set it to a gradient, google ";css gradient";*/
43 --backgroundColor: rgba(0, 0, 0, 0.6); /* Background color */
44 --backgroundPosition: center; /* Image position | center, left, right, bottom, top */
45 --backgroundSize: Cover; /* To cover the entire app, set to ";cover";. You can also set it to ";100% 100%"; but the image will be stretched. Set to ";contain"; to see the entire image */
46 --backgroundRepeat: no-repeat; /* if you want the image to repeat | Google ";css background repeat"; */
47 --backgroundBlur: 0px; /* Set to 0 to remove blur | Set to 10px for average blur */
48 --backgroundOpacity: .5; /* 0 is transparent */
49
50 /* CODE BLOCKS */
51 --backgroundCode: rgba(0,0,0,.5);
52 --backgroundName: rgba(0,0,0,.5);
53}
54