2024-02-23 06:51:41 +00:00
|
|
|
export default {
|
2024-05-04 16:14:05 +00:00
|
|
|
root: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
|
|
|
color: '{content.color}'
|
|
|
|
},
|
|
|
|
content: {
|
|
|
|
highlightBackground: '{highlight.background}',
|
|
|
|
highlightBorderColor: '{highlight.color}'
|
|
|
|
},
|
|
|
|
file: {
|
|
|
|
borderColor: '{content.border.color}'
|
2024-02-23 06:51:41 +00:00
|
|
|
}
|
|
|
|
};
|