consensys-ui
Version:
Consensys UI component library and design system
47 lines (46 loc) • 897 B
JavaScript
module.exports = {
themes: {
default: {
colors: {
neutral: 'gray',
primary: 'violet',
secondary: 'teal',
error: 'red',
warning: 'yellow',
success: 'green',
leif: 'tomato',
},
},
oceanBreeze: {
colors: {
neutral: 'slate',
primary: 'cyan',
secondary: 'blue',
error: 'red',
warning: 'amber',
success: 'grass',
leif:'lime'
},
},
sunsetGlow: {
colors: {
neutral: 'mauve',
primary: 'pink',
secondary: 'orange',
error: 'crimson',
warning: 'yellow',
success: 'lime',
},
},
forestHues: {
colors: {
neutral: 'sage',
primary: 'green',
secondary: 'brown',
error: 'red',
warning: 'orange',
success: 'teal',
},
}
},
};