Feature/issue #534 customer branding via --oscd-theme-* and clearer plugin tokens - #169
Draft
brabenetz wants to merge 10 commits into
Draft
Feature/issue #534 customer branding via --oscd-theme-* and clearer plugin tokens#169brabenetz wants to merge 10 commits into
brabenetz wants to merge 10 commits into
Conversation
… API Remove unused --oscd-used-scheme. Keep getTheme(theme) for fork compatibility. Route MWC error and icon-font through --oscd-theme-* so branding reaches Material components. Document customer-branding.css, including --oscd-theme-body-bg as an independent override from --oscd-theme-base2.
Replace --oscd-white/--oscd-black with --oscd-paper/--oscd-ink (lightest ground / darkest mark; values swap in dark mode). Document --oscd-theme-* including branding id, warning/success, and host vs plugin usage. docs/how-to/customer-branding.md docs/how-to/plugin-theming.md docs/how-to/theme-tokens.md
…set there own Lib-Component Configs. Add --oscd-gray-* Scala, ad primary and secondary adaptive variant
Align the active-tab ink token with the --oscd-on-primary contrast pair. Host override is now --oscd-theme-on-primary-active. Default is unchanged (--oscd-on-primary).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Separates host branding from OpenSCD core. Hosts override only --oscd-theme-*
(customer-branding.css). Plugins consume resolved --oscd-* tokens.
independent contrast tokens (--oscd-on-*, --oscd-paper / --oscd-ink).
(token list: docs/how-to/theme-tokens.md)