2014-07-12 12:31:57 +02:00
|
|
|
{
|
2015-08-06 22:47:38 +02:00
|
|
|
"favicon": "<theme_url>img/favicon.png",
|
2016-05-23 20:09:15 +02:00
|
|
|
"fonts": ["https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic"],
|
2015-08-09 23:06:50 +02:00
|
|
|
"js": [],
|
|
|
|
"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
|
|
|
}
|