CapnKitten / Material-Discord

Material design theme for Discord
356 stars 153 forks source link

Suggestion: add a catppuccin version #209

Open bl4ze1g opened 4 months ago

bl4ze1g commented 4 months ago

I really love this theme and have been using it for over a year now but I also really love the catppuccin mocha color palette and would loove to see a combination of the both as the official catppuccin discord theme really sucks apart from the colors. I have never coded anything with CSS before and I know nothing about code in general so if it's not too much to ask I would love to see a different version / maybe an addon?

Wildtick commented 4 months ago

I would like that too

CapnKitten commented 4 months ago

There are variables in place that allow you to customize the entire color scheme. They are listed on the readme https://github.com/CapnKitten/Material-Discord#variables.

Dark theme example:

.theme-dark {
  --main-color: hsl(0,0%,10%);
}

Light theme example:

.theme-light {
  --main-color: hsl(0,0%,96%);
}
Wildtick commented 4 months ago

:( ok then