Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Colour Palette |
|
|
|
export const RED_ON = '#D02724'; |
|
export const BORDER_GREY = '#E5E5E5'; |
|
export const TEXT = '#F2F2F2'; |
|
export const PANEL_BACKGROUND = '#343434'; |
|
export const PANEL_BORDER = '#000000'; |
|
export const PURPLE_OFF = '#7353BA'; |
|
export const BLUE = '#4785FF';
|
|
|