123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>ProxMox Web UI Dark Theme</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="How To,Tutorial,i12bretro,ProxMox,Hypervisor,VM Host,Virtual Machine Host,Dark Mode,Dark Theme">
- <meta name="author" content="i12bretro">
- <meta name="description" content="ProxMox Web UI Dark Theme">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>ProxMox Web UI Dark Theme</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Log into ProxMox VE, either at the console or the web UI and launch the web shell</li>
- <li>Run the following commands
- <div class="codeBlock"># download the dark theme setup script<br />
- wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh<br />
- # run the downloaded script<br />
- bash PVEDiscordDark.sh install</div>
- </li>
- <li>After the installation completes, refresh the ProxMox web UI to see the dark theme</li>
- </ol>
- <p>Source: <a href="https://github.com/Weilbyte/PVEDiscordDark" target="_blank">https://github.com/Weilbyte/PVEDiscordDark</a></p>
- <p>To uninstall the dark theme, re-run the script with the uninstall flag, bash PVEDiscordDark.sh uninstall</p>
- </div>
- </div>
- </body>
- </html>
-
|