roundcube_themes/meta.json

22 lines
761 B
JSON
Raw Normal View History

2020-03-19 10:44:32 +01:00
{
2020-03-19 12:39:21 +01:00
"name": "Beetroot (elastic)",
"extends": "elastic",
"author": "muppeth & meaz of Disroot.org (based on Aleksander Machniak's - elastic)",
2020-03-19 10:44:32 +01:00
"license": "Creative Commons Attribution-ShareAlike",
"license-url": "http://creativecommons.org/licenses/by-sa/3.0/",
"config": {
2021-10-26 20:11:30 +02:00
"supported_layouts": ["widescreen"],
2020-03-19 10:44:32 +01:00
"jquery_ui_colors_theme": "bootstrap",
"embed_css_location": "/styles/embed.css",
"editor_css_location": "/styles/embed.css",
2021-10-26 20:11:30 +02:00
"dark_mode_support": true,
"media_browser_css_location": "none",
"additional_logo_types": ["dark", "small", "small-dark"]
2020-03-19 10:44:32 +01:00
},
"meta": {
"viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0",
"theme-color": "#f4f4f4",
"msapplication-navbutton-color": "#f4f4f4"
}
}