Custom dark theme CSS for pi-hole to replace skin-blue AdminLTE theme.
Created for use with pi-hole.
- open a terminal (or SSH if you're remoting in) ( Ctrl + Alt + T )
- Type:
cd /var/www/html/
- Type:
sudo wget https://raw.githubusercontent.com/MBarrows20/pi-hole-material-dark/master/install_Material_Dark_Theme.sh
- Type:
sudo chmod +x install_Material_Dark_Theme.sh
- Type:
sudo ./install_Material_Dark_Theme.sh
- Follow the onscreen instructions!
If you get a 400 Bad Request after running step 3 above, it's likely that GitHub thinks your PiHole is a webcrawler. In such an event, run the following steps before continuing to step 4:
- Type:
sudo git clone https://github.com/MBarrows20/pi-hole-material-dark.git
- Type:
sudo cp pi-hole-material-dark/install_Material_Dark_Theme.sh install_Material_Dark_Theme.sh
- Type:
sudo rm -rf pi-hole-material-dark
- open a terminal (or SSH if you're remoting in) ( Ctrl + Alt + T )
- Type:
cd /var/www/html/
- Type:
sudo ./install_Material_Dark_Theme.sh
- Follow the onscreen instructions!
Type the following commands into SSH, line by line.
cd /var/www/html/admin
sudo git reset --hard
This project is licensed under the MIT License - see the LICENSE file for details.