schnensch0 / zelk

discord theme inspired by zorin
MIT License
207 stars 679 forks source link

How do i make my theme gray dark #35

Closed khaledmoayad closed 2 years ago

khaledmoayad commented 2 years ago

idk where else to put this so sry i had to come to issues, maybe add settings to the themes to change modes easily

akirapink commented 2 years ago

oh! the themes do actually, just not graphically look in your user settings, go to themes, find zelk and click the pencil button. that, or go to your file manager, find your betterdiscord themes folder, and open zelk.theme.css. remove the css /comment/ brackets (slashes and asterisks) from the url for the gray theme and add them to the blue theme/whatever you were using before

so, the following:

/*@import url(https://raw.githack.com/schnensch0/zelk/main/colors/gray.css);*/
@import url(https://raw.githack.com/schnensch0/zelk/main/colors/blue.css);

becomes:

@import url(https://raw.githack.com/schnensch0/zelk/main/colors/gray.css);
/*@import url(https://raw.githack.com/schnensch0/zelk/main/colors/blue.css);*/
khaledmoayad commented 2 years ago

That's exactly what I needed. Thanks! closing this now.