You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.3 KiB

A dark theme for the Proxmox Web UI,
inspired by Discord's color scheme.

Everything is dark, including the graphs, context menus and all in between! Eyes need not be fried.

The theme now runs its own JavaScript code which patches the colors for certain components (and charts). This approach is much better, and safer than what was used previously.

Installation

The installation is very simple thanks to the utility. Run the following commands on the PVE node serving the Web UI and follow the on-screen instructions!

~# wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.py
~# python3 PVEDiscordDark.py

Uninstallation

To uninstall the theme, simply run the utility, and if it detects the theme installed it will give you an option to remove it.

Updating from the old version

You will need to completely remove the old version (and revert JSMod changes). You can find the uninstall scripts and guides in the old branch.

Notes

Thanks to jonasled for helping out with the old version, and thanks to SmallEngineMechanic for catching bugs for the rewrite!

Awoo'ing on this repo is encouraged.