Created
October 26, 2023 15:53
-
-
Save onyxcode/1cf853f17cc3f9c54428e89370502111 to your computer and use it in GitHub Desktop.
Modified Dark+ to reflect updated classes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name Dark+ | |
* @author DevEvil#8745 - Classes updated by null_nyx | |
* @version Dark+3 | |
* @description Highly customized dark and purple theme for Discord | |
* @authorId 468132563714703390 | |
* @authorLink https://devevil.com | |
* @source https://github.com/DevEvil99/DarkPlus-Discord-Theme | |
* @website https://devevil.com | |
* @invite jsQ9UP7kCA | |
*/ | |
@import url('https://onyxcode.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css'); | |
:root { | |
--darkplus-bg: #212121; | |
--darkplus-bg2: #302f2f; | |
--darkplus-sec: #bb86fc; | |
--darkplus-links: #cdaef3; | |
--darkplus-home-icon: url(https://cdn.discordapp.com/attachments/468141324906921984/852117175212179466/discord-avatar-512-YV0PV.png); | |
--watermark-filter-invert: 0%; | |
--watermark-filter-sepia: 50%; | |
--watermark-filter-saturate: 3000%; | |
--watermark-filter-hue-rotate: 210deg; | |
--watermark-filter-brightness: 70%; | |
--watermark-filter-contrast: 200%; | |
--darkplus-emoji-picker-color: 210deg; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DevEvil99