Cosmetics on Nora preset

This commit is contained in:
Cagatay Civici 2024-05-15 02:20:49 +03:00
parent 83ec2a8b3e
commit 8281a63f40
19 changed files with 117 additions and 131 deletions

View file

@ -32,23 +32,23 @@ export default {
color: '{primary.contrast.color}'
},
secondary: {
background: '{surface.100}',
color: '{surface.600}'
background: '{surface.200}',
color: '{surface.700}'
},
success: {
background: '{green.500}',
background: '{green.600}',
color: '{surface.0}'
},
info: {
background: '{sky.500}',
background: '{sky.600}',
color: '{surface.0}'
},
warn: {
background: '{orange.500}',
background: '{orange.600}',
color: '{surface.0}'
},
danger: {
background: '{red.500}',
background: '{red.600}',
color: '{surface.0}'
},
contrast: {
@ -62,23 +62,23 @@ export default {
color: '{primary.contrast.color}'
},
secondary: {
background: '{surface.800}',
color: '{surface.300}'
background: '{surface.700}',
color: '{surface.200}'
},
success: {
background: '{green.400}',
background: '{green.500}',
color: '{green.950}'
},
info: {
background: '{sky.400}',
background: '{sky.500}',
color: '{sky.950}'
},
warn: {
background: '{orange.400}',
background: '{orange.500}',
color: '{orange.950}'
},
danger: {
background: '{red.400}',
background: '{red.500}',
color: '{red.950}'
},
contrast: {