Closed
Description
We need a central store of our dark variables, that enable our dark mode to operate. As a proof of concept for DOCman for WordPress these variables are defined here:
https://github.com/joomlatools/foliokit/blob/master/code/component/base/resources/assets/scss/admin/_dark_variables.scss#L7
This branch will be used in conjunction with:
joomlatools/joomlatools-framework#401
The framework will pull these variables through, and create the admin-dark and light stylesheets. It will also extend the template.helper.ui
to ensure that the correct stylesheet is provided to the user's choice.