NAS OpenMediaVault Blue Dark Theme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# OMV Blue Dark Theme
|
|
|
|
Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI
|
|
|
|
|
|
|
|
## Usage / Installation
|
|
|
|
Connect to the server via SSH and create a themes-custom.css:
|
|
|
|
<br>
|
|
|
|
<pre>
|
|
|
|
<code>nano nano /var/www/openmediavault/css</code>
|
|
|
|
</pre>
|
|
|
|
<br>
|
|
|
|
Paste code content of themes-custom.css. Set permissions of the file to:
|
|
|
|
<br>
|
|
|
|
<pre>
|
|
|
|
<code>openmediavault-webgui</code>
|
|
|
|
</pre>
|
|
|
|
<br>
|
|
|
|
<br> Edit file **defaults.scss**. Adjust the omv default values at the end of the file:
|
|
|
|
<pre>
|
|
|
|
<code>
|
|
|
|
$omv-color-more-lighter: #b2c2cd;
|
|
|
|
$omv-color-lighter: #6897b6;
|
|
|
|
$omv-color-default: #1b5d88;
|
|
|
|
$omv-color-darker: #0b1625;
|
|
|
|
$omv-color-more-darker: #0b1625;
|
|
|
|
</code>
|
|
|
|
</pre>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
Have Fun ;-)
|