Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dracula Theme | 21,653 | 3 | a month ago | 2 | November 02, 2015 | 3 | mit | |||
🧛🏻♂️ One theme. All platforms. | ||||||||||
Github Dark | 9,578 | 2 days ago | 49 | bsd-2-clause | CSS | |||||
:octocat: Dark GitHub style | ||||||||||
Catppuccin | 9,338 | 33 minutes ago | 32 | mit | TypeScript | |||||
😸 Soothing pastel theme for the high-spirited! | ||||||||||
Kittentricks | 6,975 | 6 months ago | 20 | mit | TypeScript | |||||
React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications. | ||||||||||
Ayu | 4,131 | 6 months ago | 30 | mit | Jupyter Notebook | |||||
🎨🖌 Modern Sublime Text theme | ||||||||||
Next Themes | 3,557 | 129 | 19 days ago | 44 | September 08, 2022 | 40 | mit | TypeScript | ||
Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing | ||||||||||
Godot Docs | 2,880 | 7 hours ago | 856 | other | reStructuredText | |||||
Godot Engine official documentation | ||||||||||
Aura Theme | 2,804 | 2 | 5 days ago | 7 | October 15, 2021 | 20 | mit | TypeScript | ||
✨ A beautiful dark theme for your favorite apps. | ||||||||||
Obsidian Minimal | 2,804 | 9 hours ago | 61 | mit | CSS | |||||
A distraction-free and highly customizable theme for Obsidian | ||||||||||
Night Owl Vscode Theme | 2,669 | 5 months ago | 64 | mit | ||||||
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme |
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.The installation is done via the CLI utility. Run the following commands on the PVE node serving the Web UI: Clearing browser cache is necessary to see the changes.
~# wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh
~# bash PVEDiscordDark.sh install
Or this oneliner
bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install
Note that you will need to run the install command every time pve-manager
is updated (i.e. after every Proxmox update)
To uninstall the theme, simply run the utility with the uninstall
command. Clearing browser cache is necessary to see the changes.
The new installer relies on the /meta/supported
and /meta/imagelist
files being present in the repository. It also includes a silent mode. Run bash PVEDiscordDark.sh -h
for usage instructions.
Furthermore, you will be able to provide the environment variables REPO
and TAG
to specify from what repository and from what commit tag to install the theme from.
REPO
is in format Username/Repository
and defaults to Weilbyte/PVEDiscordDark
(this repository).
TAG
defaults to master
, but it is strongly recommended to use the SHA-1 commit hash for security.
If desired, the installation utility can be run offline. Upon detecting a folder called offline
in the current working directory, the script will enter offline mode and use the resources within that folder instead of retrieving them from GitHub.
The offline
folder must have the following files: meta/[imagelist, supported]
, PVEDiscordDark/images/*
, PVEDiscordDark/js/PVEDiscordDark.js
, PVEDiscordDark/sass/PVEDiscordDark.css
You can find a zip containing the installer and offline folder under the artifact section of the GitHub Actions under this repository or as an asset attached to releases.
Thanks to everybody who contributed to this project, and additional thanks to Crinisus for catching bugs for the rewrite!
Awoo'ing on this repo is encouraged.