CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Suggestion: add a catppuccin version #209

Open bl4xe opened 2 months ago

bl4xe commented 2 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 1 month ago

I would like that too

CapnKitten commented 1 month 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 1 month ago

:( ok then