/**
 * @name Neobrutal
 * @author Saltssaumure
 * @authorLink https://github.com/Saltssaumure
 * @description Neobrutalism brought to Discord.
 * @license AGPL-3.0-or-later
 * @version 1.1
 * @invite uy8nKQVatp
 * @source https://github.com/Saltssaumure/neobrutal-discord-theme
 * @donate https://ko-fi.com/saltssaumure
*/

@import url("https://saltssaumure.github.io/neobrutal-discord-theme/brutal.min.css");

/* See https://github.com/Saltssaumure/neobrutal-discord-theme#customisation for customisation settings. */
.theme-light {
    --neobrutal-color-1: #111112;
    --neobrutal-color-2: #ddddde;
    --neobrutal-color-text: #300066;
    --neobrutal-color-accent: #9d64df;
}

.theme-dark {
    --neobrutal-color-1: #ddddde;
    --neobrutal-color-2: #111112;
    --neobrutal-color-text: #e4ccff;
    --neobrutal-color-accent: #9d64df;
}