Skip to content

topa-LE/omv-blue-dark-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OMV Blue Dark Theme

Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI

Usage / Installation

Connect to the server via SSH and create a new theme-custom.css:

nano /var/www/openmediavault/css/theme-custom.css

or

cd /var/www/openmediavault/css
nano theme-custom.css

Paste code content of theme-custom.css. Set permissions of the file to:

openmediavault-webgui

Set owner

chown openmediavault-webgui:openmediavault-webgui theme-custom.css

Optional

Edit file defaults.scss. Adjust the omv default values at the end of the file:


$omv-color-more-lighter: #b2c2cd;
$omv-color-lighter: #6897b6;
$omv-color-default: #1b5d88;
$omv-color-darker: #0b1625;
$omv-color-more-darker: #0b1625;

The created Custom CSS currently works with OMV v5.

No guarantee can be given for older versions. Just try it out.

Have Fun ;-)

Dark Theme OMV

About

NAS Openmediavault Dark-Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages