Dark+
Highly customized dark and purple theme
452
Live preview
Full Discord interface with this theme applied — powered by ThemePreview.
Screenshot
1
/**2
* @name Dark+3
* @author DevEvil4
* @version Dark+65
* @description Highly customized dark and purple theme for Discord6
* @authorId 4681325637147033907
* @authorLink https://devevil.com8
* @source https://github.com/DevEvil99/DarkPlus-Discord-Theme9
* @website https://devevil.com10
* @donate https://devevil.com/dnt11
* @invite jsQ9UP7kCA12
*/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