Install phpMyAdmin Dark Theme Windows or Linux 🌱

Install on Linux

  1. Log into the Linux device
  2. Run the following commands in a terminal:
    # install git
    sudo apt-get install git
    # clone the dark theme from git
    git clone https://github.com/i12bretro/pmahomme-dark.git
    # copy the dark theme to the phpmyadmin themes directory
    sudo cp ./pmahomme-dark /var/www/html/phpmyadmin/themes -r
  3. Log into the phpMyAdmin web interface
  4. On the main page change the theme to pmahomme_dark

Install on Windows

  1. Open a web browser and navigate to https://github.com/i12bretro/pmahomme-dark
  2. Click the Code dropdown > Download ZIP
  3. Extract the downloaded .zip file
  4. Copy the entire pmahomme-dark to the phpMyAdmin /themes directory
  5. Log into the phpMyAdmin web interface
  6. On the main page change the theme to pmahomme_dark