Created
March 30, 2023 17:51
-
-
Save MinecraftPublisher/0b1e714e700322b1d9f168ac8b463003 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| * @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://devevil99.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