[Enhancement]: DNN 10 Theme - Update color system to incorporate --dnn-color-variation-opacity
and --dnn-color-surface-*
and --dnn-color-*-<r, g, b>
#6139
Milestone
Is there an existing issue for this?
Description of problem
Updates have now been made to the new DNN color system and those changes need to be incorporated into the new DNN 10 theme. The following CSS variables have now been added:
--dnn-color-variation-opacity
(new CSS variable that can be used to handle opacity calculations)--dnn-color-surface-*
(new set of CSS variables to handle surfaces like "cards" or other layers on the z axis)--dnn-color-*-r
--dnn-color-*-g
--dnn-color-*-b
The RGB numeric values are already there, but they were only there for the base colors. Now RGB values will be available for all base colors plus their
light
,dark
,contrast
variations.Before
After
Description of solution
Add new CSS variables listed above.
Description of alternatives considered
Many were discussed, but this was the consensus approach between several DNN community members during a live co-coding session on Sep 27, 2024.
Anything else?
No response
Do you be plan to contribute code for this enhancement?
Would you be interested in sponsoring this enhancement?
Code of Conduct
The text was updated successfully, but these errors were encountered: