Neptune
A dark, blue and customizable theme
40
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Neptune3
* @author DevEvil4
* @version 45
* @description A dark, blue and customizable theme6
* @authorId 4681325637147033907
* @authorLink https://devevil.com8
* @source https://github.com/DevEvil99/Neptune-Discord-Theme9
* @website https://devevil.com10
* @donate https://devevil.com/dnt 11
* @invite jsQ9UP7kCA12
*/13
14
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Neptune/Neptune.theme.css');15
16
:root {17
--neptune-main-bg: #1a2035;18
--neptune-main-color: #228bd1;19
--neptune-sec-color: #84adf8;20
--neptune-home-icon: url(https://i.imgur.com/S8avvX2.png);21
--watermark-filter-invert: 0%;22
--watermark-filter-sepia: 50%;23
--watermark-filter-saturate: 3000%;24
--watermark-filter-hue-rotate: 150deg;25
--watermark-filter-brightness: 70%;26
--watermark-filter-contrast: 200%;27
}28