mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-25 11:10:45 +08:00
55 lines
1023 B
Python
55 lines
1023 B
Python
var SimpleuiThemes = [
|
|
{
|
|
"text": "Default"
|
|
},
|
|
{
|
|
"text": "Simpleui-x",
|
|
"file": "simpleui.css"
|
|
},
|
|
{
|
|
"text": "Element-UI",
|
|
"file": "element.css"
|
|
},
|
|
{
|
|
"text": "layui",
|
|
"file": "layui.css"
|
|
}, {
|
|
"text": "Ant Design Pro",
|
|
"file": "ant.design.css"
|
|
}, {
|
|
"text": "Admin LTE",
|
|
"file": "admin.lte.css"
|
|
}, {
|
|
"text": "Highdmin",
|
|
"file": "highdmin.css"
|
|
}, {
|
|
"text": "Aircraft",
|
|
"file": "aircraft.css"
|
|
}, {
|
|
"text": "Purple",
|
|
"file": "purple.css"
|
|
}, {
|
|
"text": "Gray",
|
|
"file": "gray.css"
|
|
},
|
|
{
|
|
"text": "Dark green",
|
|
"file": "dark.green.css"
|
|
},
|
|
{
|
|
"text": "Orange",
|
|
"file": "orange.css"
|
|
},
|
|
{
|
|
"text": "Black",
|
|
"file": "black.css"
|
|
},
|
|
{
|
|
"text": "Green",
|
|
"file": "green.css"
|
|
},
|
|
{
|
|
"text": "Light",
|
|
"file": "light.css"
|
|
}
|
|
] |