We were recently asked to lightly theme a client's authoring tool instance.
The majority of the legwork involved patching the core Less files to properly link up to the theme variables listed in colours.less.
A lot of hex codes are hard-coded e.g. the following is the same as @primary-color:
A PR will follow shortly to replace with the corresponding variables.
We were recently asked to lightly theme a client's authoring tool instance.
The majority of the legwork involved patching the core Less files to properly link up to the theme variables listed in colours.less.
A lot of hex codes are hard-coded e.g. the following is the same as
@primary-color:adapt_authoring/frontend/src/modules/editor/contentObject/less/editorPage.less
Line 110 in 0b18c11
A PR will follow shortly to replace with the corresponding variables.