Weilbyte

Results 58 comments of Weilbyte
trafficstars

@fiftin I could give it a try at implementing 2FA (TOTP) for non-LDAP users.

@KenK73 what SAML provider do you use?

Thanks. Could you please attached before/after examples. IIRC the scrollbars might have been disabled on purpose.

They were removed on purpose. Will see if I can get them back and make them look nice some other time

Which colors would you like to be able to customize?

You should be able to edit the variables [here](https://github.com/Weilbyte/PVEDiscordDark/blob/master/PVEDiscordDark/sass/_vars.sass) to change the blue text (its `$blurple`). As for the charts, the script does not alter the color but I will...

@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 use [this VSCode extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) (with `format` set to `compressed` in the extensions settings) since I work in VSCode. Though very soon I will be switching for something better. Let...