2014-07-12 12:31:57 +02:00
|
|
|
{
|
2015-08-06 22:47:38 +02:00
|
|
|
"favicon": "<theme_url>img/favicon.png",
|
2018-02-27 22:47:07 +01:00
|
|
|
"js": [
|
|
|
|
"<theme_url>js/jquery-1.11.3.min.js",
|
|
|
|
"<theme_url>js/highlight.pack.js",
|
|
|
|
"<theme_url>js/daux.js"
|
|
|
|
],
|
2015-08-09 23:06:50 +02: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"]
|
|
|
|
}
|
|
|
|
}
|
2015-04-21 17:34:43 +02:00
|
|
|
}
|