A Dark theme for the pihole admin page. (Now FTL compatible)
- 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/lkd70/PiHole-Dark/master/install.sh - Type:
sudo chmod +x install.sh - Type:
sudo ./install.sh - Follow the onscreen instructions!
Not a fan of the style? Sorry to hear, please feel free to leave some feedback on the Official Thread. Sadly this theme isn't for everyone, so here's a simple method to restore the origional beauty of PiHole:
- open a terminal (or SSH if you're remoting in) ( Ctrl + Alt + T )
- Type:
cd /var/www/html/admin/ - Type
git reset --hard - Go leave some feedback so we know what you didn't like!
All credits to the origional creators of these files, I am meerly an editor. All credits to the Pi-Hole Team for their great platform.
Do follow the individual licenses of these files as supplied by the authors.
Inspired by this thread.
Thanks to deathbybandaid for the new easy install method!