mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 09:50:39 +00:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
|
module.exports = {
|
||
|
themes: [
|
||
|
{ value: 'system', label: 'Operating System' },
|
||
|
{ value: 'light', label: 'Light' },
|
||
|
{ value: 'dark', label: 'Dark' }
|
||
|
]
|
||
|
};
|