SS3D icon indicating copy to clipboard operation
SS3D copied to clipboard

Add a way to pick colors consistently

Open stilnat opened this issue 1 year ago • 1 comments

Summary

Working on UI means having to use the same colors a lot, if we expect some consistency. We currently define those colors by hand. We need a centralized script, or scriptable object or whatever, that allow us to easily fetch some colors that we can use in the UI. This will also be beneficial to try and change one color everywhere, for example, colors of all buttons.

Goal

  • Create said central color picker
  • Add a bunch of colors already in the current UI
  • Document how to access those colors in code, or if possible, even in editor (but not a priority).

stilnat avatar Dec 06 '23 22:12 stilnat

Going to work on a design for this sometime soon and probably pick some colors too (they can easily be changed later if needed).

cosmiccoincidence avatar Dec 07 '23 05:12 cosmiccoincidence