BetterDiscord: add Neptune theme
This commit is contained in:
parent
adb2935d5f
commit
32c8bf3296
1 changed files with 27 additions and 0 deletions
27
Configs/BetterDiscord/themes/Neptune.theme.css
Normal file
27
Configs/BetterDiscord/themes/Neptune.theme.css
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
/**
|
||||||
|
* @name Neptune
|
||||||
|
* @author DevEvil#8745
|
||||||
|
* @version 2.0
|
||||||
|
* @description A dark, blue and customizable theme
|
||||||
|
* @authorId 468132563714703390
|
||||||
|
* @authorLink https://devevil.com
|
||||||
|
* @source https://github.com/DevEvil99/Neptune-Discord-Theme
|
||||||
|
* @website https://devevil.com
|
||||||
|
* @invite jsQ9UP7kCA
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Neptune/Neptune.theme.css');
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--neptune-main-bg: #1a2035;
|
||||||
|
--neptune-main-color: #228bd1;
|
||||||
|
--neptune-sec-color: #84adf8;
|
||||||
|
--neptune-home-icon: url(https://devevil.com/betterdiscord/neptune-home-icon.jpg);
|
||||||
|
--watermark-filter-invert: 0%;
|
||||||
|
--watermark-filter-sepia: 50%;
|
||||||
|
--watermark-filter-saturate: 3000%;
|
||||||
|
--watermark-filter-hue-rotate: 150deg;
|
||||||
|
--watermark-filter-brightness: 70%;
|
||||||
|
--watermark-filter-contrast: 200%;
|
||||||
|
--neptune-emoji-picker-color: 180deg;
|
||||||
|
}
|
Loading…
Reference in a new issue