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.

48 lines
1.2 KiB

# OMV Blue Dark Theme
Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI
## Usage / Installation
3 years ago
Connect to the server via SSH and create a new <code>theme-custom.css</code>:
<br>
<pre>
3 years ago
<code>nano /var/www/openmediavault/css/theme-custom.css</code>
</pre>
3 years ago
or
<pre>
<code>cd /var/www/openmediavault/css</code>
<code>nano theme-custom.css</code>
</pre>
<br>
3 years ago
Paste code content of <code>theme-custom.css</code>. Set permissions of the file to:
<br>
3 years ago
<br>
<pre>
<code>openmediavault-webgui</code>
</pre>
3 years ago
#### Set owner
<pre>
<code>chown openmediavault-webgui:openmediavault-webgui theme-custom.css</code>
</pre>
#### Optional
Edit file **defaults.scss**. Adjust the <code>omv</code> 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>
3 years ago
##### The created Custom CSS currently works with OMV v5.
3 years ago
No guarantee can be given for older versions. Just try it out.
3 years ago
<br>
<br>
Have Fun ;-)
3 years ago
<br>
<br>
![Dark Theme OMV](https://raw.githubusercontent.com/topa-LE/omv_blue_dark_themes/main/Screenshots/img_omv_dark_blue_theme.jpg)