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.
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_.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.