Dark+

By DevEvil Version Dark+6 Updated 05/22/2025 906.6K downloads

Highly customized dark and purple theme

customizable dark purple

Live preview

Full Discord interface with this theme applied — powered by ThemePreview.

Screenshot

Dark+ screenshot
Dark+.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DevEvil99/DarkPlus-Discord-Theme/92105070e81adac511be555fdc4af08c605876b7/Dark+.theme.css
1/**
2 * @name Dark+
3 * @author DevEvil
4 * @version Dark+6
5 * @description Highly customized dark and purple theme for Discord
6 * @authorId 468132563714703390
7 * @authorLink https://devevil.com
8 * @source https://github.com/DevEvil99/DarkPlus-Discord-Theme
9 * @website https://devevil.com
10 * @donate https://devevil.com/dnt
11 * @invite jsQ9UP7kCA
12*/
13
14/*
15 TO USE THE THEME WITH THE DEFAULT MEMBER LIST:
16 → Comment out the first @import line below.
17 → Then, uncomment the second @import line.
18*/
19@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');
20/*@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark%2B/Dark%2B-Default-Member-List.css');*/
21
22
23:root {
24 --darkplus-bg: #212121;
25 --darkplus-bg2: #302f2f;
26 --darkplus-sec: #bb86fc;
27 --darkplus-links: #cdaef3;
28 --darkplus-home-icon: url(https://i.imgur.com/RvlNQ7k.png);
29 --watermark-filter-invert: 0%;
30 --watermark-filter-sepia: 50%;
31 --watermark-filter-saturate: 3000%;
32 --watermark-filter-hue-rotate: 210deg;
33 --watermark-filter-brightness: 70%;
34 --watermark-filter-contrast: 200%;
35}
36