daux.io/themes/daux/config.json

25 lines
703 B
JSON
Raw Normal View History

{
"favicon": "<theme_url>img/favicon.png",
2018-02-27 22:47:07 +01:00
"js": [
"<theme_url>js/daux.min.js"
2018-02-27 22:47:07 +01:00
],
"variants": {
"blue": {
"favicon": "<theme_url>img/favicon-blue.png",
"css": ["<theme_url>css/theme-blue.min.css"]
},
"green": {
"favicon": "<theme_url>img/favicon-green.png",
"css": ["<theme_url>css/theme-green.min.css"]
},
"navy": {
"favicon": "<theme_url>img/favicon-navy.png",
"css": ["<theme_url>css/theme-navy.min.css"]
},
"red": {
"favicon": "<theme_url>img/favicon-red.png",
"css": ["<theme_url>css/theme-red.min.css"]
}
}
}