Nicras / pi-hole-plex

Custom dark theme CSS for pi-hole to replace skin-blue AdminLTE theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi-hole-plex

Custom plex theme CSS for pi-hole to replace skin-blue AdminLTE theme.

Created for use with pi-hole.

Screenshot


Install

Type the following commands into SSH, line by line.

cd /var/www/html/admin/style/vendor/
sudo git clone https://github.com/nicras/pi-hole-plex.git
sudo rm -f skin-blue.min.css
sudo cp pi-hole-plex/skin-blue.min.css .
sudo cp pi-hole-plex/images/plex-bg.png /var/www/html/admin/img
sudo rm -rf pi-hole-plex

Don't forget the trailing " ." on the cp line (it means copy to current directory).

Uninstall/Revert

Type the following commands into SSH, line by line.

cd /var/www/html/admin/style/vendor/
sudo git reset --hard

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

All credits for the initial work go to Jacob bates.

About

Custom dark theme CSS for pi-hole to replace skin-blue AdminLTE theme

License:MIT License


Languages

Language:CSS 100.0%