gruvbox.theme.css

📅 2022-08-10T12:24:44.915Z
👁️ 57 katselukertaa
🔓 Julkinen


/**
    * @name gruvbox
    * @version 1.0.0
    * @description Gruvbox theme for retro lovers!
    * @author zeriax#4997
    *
    * @website https://github.com/zeriaxdev
    * @source https://github.com/zeriaxdev/betterdiscord-gruvbox
**/

@import url('https://luckfire.github.io/amoled-cord/src/support/betterdiscord/compiled.css');

:root {
    /* --------- BASE THEME --------- */
    --blurple-replace:   #85ae7e;
    --background-primary:  #272727;
    --background-secondary:    #212121;
    --background-secondary-alt:   #2d2d2d;
    --background-tertiary:   #1d1d1d;
    --background-accent:    #1a1a1a;
    --background-floating: #1a1a1a;
    --userarea-background: var(--background-tertiary);
    --header-primary:  #bdad93;
    --header-secondary: #eadbb2;
    --channel-icon: #bdad93;
    --elevation-low: 0 1px 0 #2f2f2f33, 0 1.5px 0 #4343430d, 0 2px 0 #2828280d;
    --elevation-high: 0 8px 16px #0000003d;
    --channels-default: #bdad93;
    --channeltextarea-background: #212121;
    --channeltextarea-text: #bdad93;
    --guild-header-text-shadow: 0 1px 1px #00000066;
    --activity-card-background:  #242424;
    --interactive-normal: #eadbb2;
    --interactive-hover:  #eadbb2;
    --interactive-active:  #bdad93;
    --interactive-muted: #938374;
    --background-modifier-hover: #63636329;
    --background-modifier-active: #323232d3;
    --background-modifier-selected: #4d4d4d52;
    --background-modifier-accent: #ffffff0f;
    --text-link:   #85ae7e;
    --text-normal: #eadbb2;
    --text-muted: #bdad93;
    --deprecated-panel-background: #292b2f;
    --deprecated-card-bg: #20222599;
    --deprecated-card-editable-bg: #2022254d;
    --deprecated-store-bg: #3a3a3a;
    --deprecated-quickswitcher-input-background: #7d7d7d;
    --deprecated-quickswitcher-input-placeholder: #ffffff4d;
    --deprecated-text-input-bg: #1212121a;
    --deprecated-text-input-border: #5555554d;
    --deprecated-text-input-border-hover:  #222222;
    --deprecated-text-input-border-disabled: #252525;
    --deprecated-text-input-prefix: #eadbb2;
    --background-accent-1: #1e1e1e1a;
    --background-accent-3: #2020204d;
    --background-floating-2: #0f0f0f33;
    --channel-text-area-placeholder: #6a6557;
    --scroller-thumb: #333333;
    --scroller-track: #242424;

    /* custom colors */
    --color-red: #fb4934;
}

section.container-ZMc96U {
    background: #272727 !important;
}

div.children-3xh0VB::after {
    background: #272727 !important;
}