PVEDiscordDark icon indicating copy to clipboard operation
PVEDiscordDark copied to clipboard

Custom colors

Open TechyGuy17 opened this issue 3 years ago • 9 comments

Hello! I want to start with thanking you for this eye saver. Feels great not getting a flashbang every time i open my servers... But i wonder if its possible to customize the colors. Right now its blue for the text, but maybe a popup asking what color you want would be an idea? Or just a guide on how to change the color?

Thanks once again! Kind regards, Techy

TechyGuy17 avatar Dec 08 '21 14:12 TechyGuy17

Which colors would you like to be able to customize?

Weilbyte avatar Dec 15 '21 00:12 Weilbyte

The blue one in all text, and the green in charts

TechyGuy17 avatar Dec 15 '21 06:12 TechyGuy17

You should be able to edit the variables here to change the blue text (its $blurple). As for the charts, the script does not alter the color but I will look into it.

Weilbyte avatar Dec 25 '21 01:12 Weilbyte

Thank you! Will look in to getting a nice color of yellow on to it

TechyGuy17 avatar Dec 25 '21 14:12 TechyGuy17

Hello there, I would like to chime in on this feature request and ask to have the entire Blurple color palette to be easily replaced. I myself made a fork so I could have the old Blurple color and well, you got to find and replace every reference of #526DD1

Thanks!

CaldeiraG avatar Feb 15 '22 10:02 CaldeiraG

@CaldeiraG have you looked at the variables file? You can easily change the blurple from there and then compile the .sass files into one CSS file. https://github.com/Weilbyte/PVEDiscordDark/blob/master/PVEDiscordDark/sass/_vars.sass

Weilbyte avatar Feb 15 '22 14:02 Weilbyte

I just updated it manually in the dd_styles.css. I didn't want to have to setup a container just to generate CSS. Not that familiar with sass.

I :heart: this theme! Thanks

jpSimkins avatar Aug 12 '22 00:08 jpSimkins

Hi, Great theme! To make it easier, can you add $blurple color as parameter of installer? If set, to override default value in config.

ptsonkov avatar Nov 06 '22 13:11 ptsonkov

That will be difficult since the installer doesn't build, just downloads and installs the theme files from the repository. However, you can direct the installer to install from a custom repo (you will have to fork it and build it on your fork with customized values).

Weilbyte avatar Nov 07 '22 21:11 Weilbyte