Dark Neon

By Bates Version 3.0.0 Updated 04/14/2025 482.7K downloads

A dark theme with customizable bright neon colors!

dark black blue

Live preview

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

Screenshot

Dark Neon screenshot
DarkNeon.theme.css
GitHub

Open source

https://raw.githubusercontent.com/B4T3S/DiscordDarkNeon/ae8485b6bbf995481ce569ed8d8c7dc928150901/DarkNeon.theme.css
1/**
2 * @name Dark Neon
3 * @author Bates
4 * @version 3.0.0
5 * @source https://gitlab.com/B4T3S/bates-discord-theme
6 * @website https://B4T3S.gitlab.io/bates-discord-theme/
7 * @donate https://www.paypal.com/paypalme/floriancegledi
8 * @patreon https://patreon.com/bates
9 * @description A dark theme with bright neon-y colors, now with more options!
10 * @authorId 137259132305539072
11 * @invite 6qd3SkP6Ch
12*/
13
14@import url('https://B4T3S.github.io/DiscordDarkNeon/mainRewrite.css');
15/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */
16
17@import url('https://B4T3S.github.io/DiscordDarkNeon/css/hideUsers.css');
18/* This import adds the collapsible user-list. Remove it/comment it out to disable that feature */
19
20/* CUSTOMIZE COLORS IN HERE! */
21:root,
22.visual-refresh,
23.visual-refresh.theme-dark {
24 --rgb-highlight: 4, 217, 255; /* The main highlight color */
25 --rgb-background: 0, 0, 0; /* The main background color */
26 --rgb-text: 197, 200, 198; /* The main text color */
27 --rgb-close-button: 212, 18, 39; /* The main ";close this"; or ";deny"; color */
28 --rgb-online-color: 57, 255, 20; /* The color used in the ";online"; user status symbol */
29 --rgb-afk-color: 255, 255, 51; /* The color used in the ";idle"; user status symbol */
30 --rgb-dnd-color: 255, 0, 0; /* The color used in the ";do not disturb"; user status symbol */
31 --rgb-streaming-color: 188, 19, 254; /* The color used in the ";streaming X"; user status symbol */
32
33 --transition-time: .3s; /* How fast animations added by the theme happen. Default is 0.3 seconds */
34
35 --background-image: unset; /* To add an image, replace unset with url(https://www.YOUR-URL-HERE.com) */
36 --background-position: center; /* Positions the background image */
37 --background-size: cover; /* Scales the background image */
38 --background-blur: 5px; /* Blurs the image which helps with readability of text infront of it */
39 --background-brightness: 100%; /* Changes the background images brightness */
40}
41