TakosThings / Metro-for-Discord

Make your Discord client look like a UWP app.
154 stars 31 forks source link

Light theme #203

Closed maicol07 closed 3 years ago

maicol07 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the theme only supports Discord Dark

Describe the solution you'd like A Metro Light theme

jayneogithub commented 3 years ago

Hello! I have the same problem here. Fortunately, I have found a perfect solution to it, and it might be the .theme-light compnents.

You should probably copy the .theme-dark components and change the colors to the light mode ones.

Thank me later if I helped you.

maicol07 commented 3 years ago

Thank you. Do you know the colors HEX for the light theme?

TakosThings commented 3 years ago

I'm not really interested in working on a light theme at the moment.

Though if you are you should be looking at core/_variables.scss. This is where almost all colours are defined. Don't edit the CSS files you get from releases.

I try and base as much as I can on the WinUI Figma Toolkit which you find on Microsoft Docs. After importing the Figma toolkit you'll be able to see a list in the right pane of colours used the project. image