CapnKitten / Material-Discord

Material design theme for Discord
343 stars 153 forks source link

Possibility to change to old theme? (v3.0.5) #205

Closed tnguyen2601 closed 4 months ago

tnguyen2601 commented 4 months ago

I do like the darker theme more than this purple-esque color scheme. What is needed to revert to that?

CapnKitten commented 4 months ago

Material You is enabled by default on the theme, but it can be easily disabled. Find the theme file for your respective client mod below.

BetterDiscord: %appdata%\BetterDiscord\themes

Vencord: %appdata%\Vencord\themes

Then find this line of code in the theme file.

/* Material You addon */
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/addons/material-you/source.css);

Replace the @import line with the following line of code

/* Material You addon */
/*@import url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/addons/material-you/source.css);*/