CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

AMOLED theme variant #176

Closed seriaati closed 1 year ago

seriaati commented 2 years ago

I Would like to have an AMOLED version for this theme! I know you can customize the colors with some CSS, but I'm not just not really good at colors 😂 And maybe there are some material design guidelines regarding AMOLED themes, I'm not sure Anyways, I love this theme, thank you for making it!

CapnKitten commented 1 year ago

An AMOLED version would just make everything black or near black. I can give you the code to make it look like that without touching the theme.

seriaati commented 1 year ago

sure that sounds good to me, thanks!

CapnKitten commented 1 year ago

Paste this in your custom css.

.theme-dark {
    --main-color: #090909;
    --main-alt: #000;

    --sidebar-panel-color: #0f0f0f;
    --status-picker-color: #141414;

    --chat-color: #000;
    --main-textarea-color: #000;
    --main-textarea-border: #333;
    --main-textarea-color-alt: #222;

    --message-color: #0b0b0b;
    --message-color-hover: #111;
    --attachment-color: rgba(0,0,0,0.75);

    --popout-color: #111;
    --popout-color-alt: #000;
    --emoji-category-header: rgba(17,17,17,0.95);
}