|
|
@ -2,11 +2,16 @@ |
|
|
|
Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI |
|
|
|
|
|
|
|
## Usage / Installation |
|
|
|
Connect to the server via SSH and create a <code>theme-custom.css</code>: |
|
|
|
Connect to the server via SSH and create a new <code>theme-custom.css</code>: |
|
|
|
<br> |
|
|
|
<pre> |
|
|
|
<code>nano /var/www/openmediavault/css/theme-custom.css</code> |
|
|
|
</pre> |
|
|
|
or |
|
|
|
<pre> |
|
|
|
<code>cd /var/www/openmediavault/css</code> |
|
|
|
<code>nano theme-custom.css</code> |
|
|
|
</pre> |
|
|
|
<br> |
|
|
|
Paste code content of <code>theme-custom.css</code>. Set permissions of the file to: |
|
|
|
<br> |
|
|
@ -14,8 +19,14 @@ Paste code content of <code>theme-custom.css</code>. Set permissions of the file |
|
|
|
<pre> |
|
|
|
<code>openmediavault-webgui</code> |
|
|
|
</pre> |
|
|
|
<br> |
|
|
|
<br> Edit file ** defaults.scss **. Adjust the omv default values at the end of the file: |
|
|
|
|
|
|
|
#### 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; |
|
|
@ -25,9 +36,8 @@ $omv-color-darker: #0b1625; |
|
|
|
$omv-color-more-darker: #0b1625; |
|
|
|
</code> |
|
|
|
</pre> |
|
|
|
<br> |
|
|
|
<br> |
|
|
|
The created Custom CSS currently works with OMV v5.<br> |
|
|
|
|
|
|
|
##### The created Custom CSS currently works with OMV v5. |
|
|
|
No guarantee can be given for older versions. Just try it out. |
|
|
|
<br> |
|
|
|
<br> |
|
|
|