mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Due to not overcomplicating this with a GUI do the lower end RC so that
we users can change this easily.
This works nicely, but the import statement is cached by the browser:
@import url('default_scheme.css');
and this needs to be fixed or the plugin split.
16 lines
259 B
Text
16 lines
259 B
Text
Theme with the option to customize colors through color schemes.
|
|
To change the scheme, edit /etc/rc.conf to add:
|
|
|
|
flexcolor_theme="darklight"
|
|
|
|
or
|
|
|
|
flexcolor_theme="light"
|
|
|
|
and run:
|
|
|
|
# service flexcolor start
|
|
|
|
The implicit default is:
|
|
|
|
flexcolor_theme="black"
|