Color: Split up existing enums #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now we use the same enum value for multiple things very often, and it means it's hard to change the palette.
Have a list of constants at the beginning of the color files (representing true colors) and don't export them. Instead, reexport colors for specific roles.