0213.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install phpMyAdmin Dark Theme Windows or Linux</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="PHP,PhpMyAdmin,Dark Theme,Customization,Look And Feel,Web Based Tools,MySQL,DBA,Database Admin,Pmahomme_dark,Linux,Windows,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install phpMyAdmin Dark Theme Windows or Linux">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/24/2022 04:30:32 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install phpMyAdmin Dark Theme Windows or Linux</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Install on Linux</h2>
  26. <ol>
  27. <li>Log into the Linux device</li>
  28. <li>Run the following commands in a terminal:
  29. <div class="codeBlock"># install git<br />
  30. sudo apt-get install git<br />
  31. # clone the dark theme from git<br />
  32. git clone https://github.com/i12bretro/pmahomme-dark.git<br />
  33. # copy the dark theme to the phpmyadmin themes directory<br />
  34. sudo cp ./pmahomme-dark /var/www/html/phpmyadmin/themes -r</div>
  35. </li>
  36. <li>Log into the phpMyAdmin web interface</li>
  37. <li>On the main page change the theme to pmahomme_dark</li>
  38. </ol>
  39. <h2>Install on Windows</h2>
  40. <ol>
  41. <li>Open a web browser and navigate to&nbsp;https://github.com/i12bretro/pmahomme-dark</li>
  42. <li>Click the Code dropdown &gt; Download ZIP</li>
  43. <li>Extract the downloaded .zip file</li>
  44. <li>Copy the entire pmahomme-dark to the phpMyAdmin /themes directory</li>
  45. <li>Log into the phpMyAdmin web interface</li>
  46. <li>On the main page change the theme to pmahomme_dark</li>
  47. </ol>
  48. </div>
  49. </div>
  50. </body>
  51. </html>