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
This utility be a function that takes in a object with key-value pairs corresponding to Windows theme color properties and maps them into a React95 theme object. The values in the input object should be a valid CSS color and is mapped untouched to the React95 theme object.
I've slowly made progress on this and it's almost ready to go. I just need to add tests and do any necessary clean up when I get a chance, and then I can put up a pull request when it's ready.
This utility be a function that takes in a object with key-value pairs corresponding to Windows theme color properties and maps them into a React95 theme object. The values in the input object should be a valid CSS color and is mapped untouched to the React95 theme object.
Example input:
To determine: Which Windows theme properties map to which React95 theme properties.
This should help ease the transition to v4 as one of the goals listed in #210 is to match color names.
The text was updated successfully, but these errors were encountered: