cartesi / explorer

Cartesi Blockchain Explorer
https://explorer.cartesi.io
Apache License 2.0
9 stars 12 forks source link

Add the new colours to the theme (e.g. Cyan, Teal, Support system colours, etc.) #55

Closed brunomenezes closed 1 year ago

brunomenezes commented 1 year ago

Context

The new brand requires a new set of colours to support the overall looking and feel of the applications, i.e. Staking and Rollups.

PS: Refer to the parent issue for design references.

Solution

Include the new set of colours to support the system. As a suggestion, the reference colours are single instead of pallets, so I suggest being mindful and using the same language used by the design team, for example;

[Suggestion]: Adding to the theme's colours definition;

{
 dark: {
   support: {
     success: #BDE08D,
     alert: #FEB274,
     error: #FF8D78
   }
 }
}

Later, we could refine and leverage the use of Chakra-ui Sematic Tokens

Subtasks

Definition of done