Neobrutal
Neobrutalism brought to Discord. Supports light and dark mode, see GitHub for customisation options.
2
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Neobrutal3
* @author Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description Neobrutalism brought to Discord.6
* @license AGPL-3.0-or-later7
* @version 1.18
* @invite uy8nKQVatp9
* @source https://github.com/Saltssaumure/neobrutal-discord-theme10
* @donate https://ko-fi.com/saltssaumure11
*/12
13
@import url("https://saltssaumure.github.io/neobrutal-discord-theme/brutal.min.css");14
15
/* See https://github.com/Saltssaumure/neobrutal-discord-theme#customisation for customisation settings. */16
.theme-light {17
--neobrutal-color-1: #111112;18
--neobrutal-color-2: #ddddde;19
--neobrutal-color-text: #300066;20
--neobrutal-color-accent: #9d64df;21
}22
23
.theme-dark {24
--neobrutal-color-1: #ddddde;25
--neobrutal-color-2: #111112;26
--neobrutal-color-text: #e4ccff;27
--neobrutal-color-accent: #9d64df;28
}