Dark mode for tree

pull/5507/head
Cagatay Civici 2024-02-17 01:33:46 +03:00
parent 719af22fd8
commit 20a81d6fab
1 changed files with 24 additions and 1 deletions

View File

@ -25,7 +25,30 @@ export default {
color: '{surface.500}'
}
},
dark: {}
dark: {
root: {
background: '{surface.900}',
textColor: '{surface.0}'
},
node: {
backgroundHover: '{surface.800}',
textColor: '{surface.0}',
textColorHover: '{surface.0}'
},
nodeIcon: {
color: '{surface.400}',
colorHover: '{surface.300}'
},
toggle: {
backgroundHover: '{surface.800}',
backgroundHoverHighlight: '{surface.900}',
color: '{surface.400}',
colorHover: '{surface.300}'
},
indeterminate: {
color: '{surface.400}'
}
}
}
},
css: `