Add 'Lara' theme

This commit is contained in:
Mert Sincan 2024-05-05 21:35:38 +01:00
parent 30fa452525
commit 06850f3ed5
177 changed files with 3386 additions and 7 deletions

View file

@ -0,0 +1,24 @@
export default {
track: {
background: '{content.border.color}'
},
range: {
background: '{primary.color}'
},
handle: {
background: '{content.border.color}',
hoverBackground: '{content.border.color}'
},
colorScheme: {
light: {
handle: {
contentBackground: '{surface.0}'
}
},
dark: {
handle: {
contentBackground: '{surface.950}'
}
}
}
};