mirror of https://github.com/ElemeFE/element
14 lines
284 B
JavaScript
14 lines
284 B
JavaScript
![]() |
const themeList = [
|
||
|
{
|
||
|
name: 'Element',
|
||
|
author: 'Element',
|
||
|
theme: '{"global":{"$--color-primary":"#409EFF"},"local":{}}'
|
||
|
},
|
||
|
{
|
||
|
name: 'Napos',
|
||
|
author: 'Element',
|
||
|
theme: '{"global":{"$--color-primary":"#1989FA"},"local":{}}'
|
||
|
}
|
||
|
];
|
||
|
export default themeList;
|