Dark theme for fileshelter
Installation instructions when using DEB package:
- Clone this repo into /opt/FileShelter_Dark
- Symlink
fileshelter-dark.cssfile into the file css folder of the fileshelter docroot - Add
@import "fileshelter-dark.css";to the top off fileshelter.css the same folder, this will tell it to load the theme css file
Install commands when using DEB package:
#Clone repo
git clone https://git.bprieshof.nl/DarkTheme/FileShelter_Dark /opt/FileShelter_Dark
# Symlink file into place
ln -s /opt/FileShelter_Dark/fileshelter-dark.css /usr/share/fileshelter/docroot/css/fileshelter-dark.css
# Enable theme by prepending an import to fileshelter.css (this should also be run everytime Fileshelter is updated)
sed -i '1i@import "fileshelter-dark.css";' /usr/share/fileshelter/docroot/css/fileshelter.css
Description
Languages
CSS
100%