Beautiful Theme For OpenMediaVault 5.x
Upload "theme-custom.css" to following path:
/var/www/openmediavault/css/
Change the owner to openmediavault-webgui
:
$ chown openmediavault-webgui:openmediavault-webgui theme-custom.css
Refresh page and enjoy it!
$ cd /var/www/openmediavault/css
$ wget https://raw.githubusercontent.com/VMatrices/openmediavault-theme/main/theme-custom.scss
$ sassc -t compressed theme-custom.scss theme-custom.css
$ chown openmediavault-webgui:openmediavault-webgui theme-custom.css