Neptune

By DevEvil Version 4 Updated 01/27/2025 51K downloads

A dark, blue and customizable theme

customizable dark blue

Live preview

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

Screenshot

Neptune screenshot
Neptune.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DevEvil99/Neptune-Discord-Theme/de1277722fbebdb24818450de1a370ccc32a7b73/Neptune.theme.css
1/**
2 * @name Neptune
3 * @author DevEvil
4 * @version 4
5 * @description A dark, blue and customizable theme
6 * @authorId 468132563714703390
7 * @authorLink https://devevil.com
8 * @source https://github.com/DevEvil99/Neptune-Discord-Theme
9 * @website https://devevil.com
10 * @donate https://devevil.com/dnt
11 * @invite jsQ9UP7kCA
12*/
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