These are theme values from the LMS plus a dark mode indicator. You can interactively change any color or autogenerate a color set from a single color. If you pick a color that has at least 8.0 contrast from white, it will be used as the tsugi-theme-dark theme color. If the color you choose has less than 8.0 contrast from white, then it will be nudged within the same hue to to the point where tsugi-theme-dark is 8.0 contrast from white. The LMS theme values are mapped onto the Tsugi CSS variables depending on the dark mode setting.
Legacy Theme:
Array
(
[text] => #010101
[text-menu] => #010101
[primary-darkest] => #010101
[primary-darker] => #010101
[primary] => #000000
[primary-menu] => #000000
[text-light] => #000000
[primary-border] => #353535
[secondary] => #d8d8d8
[secondary-menu] => #d8d8d8
[background-focus] => #e3e3e3
[background-color] => #FFFFFF
)