opnsense-plugins/misc/theme-flexcolor/pkg-descr
Franco Fichtner c4c5632a49 misc/theme-flexcolor: add rc file for handling default_scheme.css
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.
2025-11-07 13:03:29 +01:00

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"