0436.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>ProxMox Web UI Dark Theme</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,ProxMox,Hypervisor,VM Host,Virtual Machine Host,Dark Mode,Dark Theme">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="ProxMox Web UI Dark Theme">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>ProxMox Web UI Dark Theme</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Log into ProxMox VE, either at the console or the web UI and launch the web shell</li>
  26. <li>Run the following commands
  27. <div class="codeBlock"># download the dark theme setup script<br />
  28. wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh<br />
  29. # run the downloaded script<br />
  30. bash PVEDiscordDark.sh install</div>
  31. </li>
  32. <li>After the installation completes, refresh the ProxMox web UI to see the dark theme</li>
  33. </ol>
  34. <p>Source: <a href="https://github.com/Weilbyte/PVEDiscordDark" target="_blank">https://github.com/Weilbyte/PVEDiscordDark</a></p>
  35. <p>To uninstall the dark theme, re-run the script with the uninstall flag, bash PVEDiscordDark.sh uninstall</p>
  36. </div>
  37. </div>
  38. </body>
  39. </html>