Neobrutal

By Saltssaumure Version 1.1 Updated 06/19/2024 17.5K downloads

Neobrutalism brought to Discord. Supports light and dark mode, see GitHub for customisation options.

flat customizable dark light high-contrast

Live preview

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

Screenshot

Neobrutal screenshot
Neobrutal.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Saltssaumure/neobrutal-discord-theme/cca5b9ed4139e3885fde2a38eeef83d5e65a14fe/Neobrutal.theme.css
1/**
2 * @name Neobrutal
3 * @author Saltssaumure
4 * @authorLink https://github.com/Saltssaumure
5 * @description Neobrutalism brought to Discord.
6 * @license AGPL-3.0-or-later
7 * @version 1.1
8 * @invite uy8nKQVatp
9 * @source https://github.com/Saltssaumure/neobrutal-discord-theme
10 * @donate https://ko-fi.com/saltssaumure
11*/
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}