You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naming css variables is always tricky, my proposal is to use a consistent pattern: --what-where-variation-interactivity what could be colors for now but may scale to sizes where defines in which css rules the variable should be used (background for background, text for font color, ...) variation values may be variable according to context a title may not have exactly the same color as a subtitle for example interactivity value on hover for example
Alternative Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Thanks a lot for opening this @rouk1 ! Your plan sounds great. I'm looking forward to having someone who knows what they are doing (as opposed to me 😅 ) improve the display part of the reports :)
after the dark mode was mentioned in the skore issue I had started a branch (which was not ready for a PR yet) so just in case there's some information in that I opened #1166
for a first round dark mode could be current color with inverted luminance
that sounds good, though note not much thought has gone into the current colors so once everything is organized with a reasonable set of variables we can also redefine all colors for both modes.
Naming css variables is always tricky, my proposal is to use a consistent pattern: --what-where-variation-interactivity
Indeed that part is rather chaotic in the tablereport ATM...
Problem Description
Table report only has a light theme.
Feature Description
The implementation could be in three parts:
Implementation could look like:
Note
Naming css variables is always tricky, my proposal is to use a consistent pattern: --what-where-variation-interactivity
what
could be colors for now but may scale to sizeswhere
defines in which css rules the variable should be used (background for background, text for font color, ...)variation
values may be variable according to context a title may not have exactly the same color as a subtitle for exampleinteractivity
value on hover for exampleAlternative Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: