- Latest version of h5ai
- clone this repo and cd into it
git clone https://github.com/prateekpunetha/h5ai-theme h5ai-theme && cd $_
- copy style sheet
cp css/styles.css /var/www/dl/_h5ai/public/css/
- copy icons
cp -r icons/material-ocean /var/www/dl/_h5ai/public/images/themes/
- copy config for icons
cp conf/types.json /var/www/dl/_h5ai/private/conf/
- set
theme
tomaterial-ocean
in your_h5ai/private/conf/options.json
ORsed -i 's/comity/material-ocean/' /var/www/dl/_h5ai/private/conf/options.json