mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
feat: updates theme colours
This commit is contained in:
@@ -32,18 +32,13 @@ export const customVars: CustomThemeVars = {
|
||||
height: 40
|
||||
},
|
||||
diagramPalette: {
|
||||
green: '#53b435',
|
||||
blue: '#4a82f7',
|
||||
teal: '#5a9f9f',
|
||||
salmon: '#e08079',
|
||||
orange: '#e58b48',
|
||||
white: '#ffffff',
|
||||
pink: '#e1034c',
|
||||
purple: '#5155ad',
|
||||
lightPurple: '#8441fc',
|
||||
lightBlue: '#f4f6fe',
|
||||
yellow: '#ffdc73',
|
||||
red: '#d62727'
|
||||
purple: '#cabffa',
|
||||
blue: '#b4c7f6',
|
||||
yellow: '#efe9a3',
|
||||
red: '#efbcba',
|
||||
orange: '#f9debe',
|
||||
green: '#b5dcad',
|
||||
torquise: '#c2e7e6'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user