Add dark support

pull/5507/head
Cagatay Civici 2024-02-15 13:04:10 +03:00
parent ad2445c98c
commit 13e54ae19f
1 changed files with 18 additions and 1 deletions

View File

@ -19,7 +19,24 @@ export default {
}
}
},
dark: {}
dark: {
panel: {
background: '{surface.900}',
borderColor: '{surface.700}',
textColor: '{surface.0}'
},
item: {
backgroundFocus: '{surface.800}',
text: {
color: '{surface.0}',
colorFocus: '{surface.0}'
},
icon: {
color: '{surface.500}',
colorFocus: '{surface.400}'
}
}
}
}
},
css: `