Open bl4ze1g opened 4 months ago
I would like that too
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%);
}
:( ok then
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?