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.

30 lines
1.3 KiB

6 years ago
5 years ago
![](https://i.imgur.com/SnlCyHF.png)
5 years ago
<p align="center">A dark theme for the Proxmox Web UI,<br/> <i>inspired by Discord's color scheme.</i></p>
5 years ago
<p align="center">Everything is dark, including the graphs, context menus and all in between! Eyes need not be fried.</p>
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.
6 years ago
## Installation
5 years ago
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.
5 years ago
## Notes
Thanks to [jonasled](https://github.com/jonasled) for helping out with the old version, and thanks to [SmallEngineMechanic](https://github.com/smallenginemechanic) for catching bugs for the rewrite!
6 years ago
5 years ago
*Awoo'ing on this repo is encouraged.*