PVEDiscordDark
PVEDiscordDark copied to clipboard
Custom colors
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
Which colors would you like to be able to customize?
The blue one in all text, and the green in charts
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.
Thank you! Will look in to getting a nice color of yellow on to it
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 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
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
Hi, Great theme! To make it easier, can you add $blurple color as parameter of installer? If set, to override default value in config.
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).