[themes] fix bug 52104

This commit is contained in:
Maxim Kadushkin 2021-09-01 16:36:57 +03:00
parent 4c345666d5
commit 26141429b4
3 changed files with 3 additions and 23 deletions

View file

@ -188,6 +188,8 @@ define([
function ( obj ) {
if ( obj != 'error' ) {
parse_themes_object(obj);
} else {
console.warn('failed to load/parse themes.json');
}
}
);

View file

@ -1,20 +0,0 @@
{
"name": "Classic Light 2",
"id": "theme-classic-light2",
"type": "light",
"colors": {
"toolbar-header-document": "#446995",
"toolbar-header-spreadsheet": "#40865c",
"toolbar-header-presentation": "#aa5252",
"background-normal": "#f00",
"background-toolbar": "#f100f1",
"background-toolbar-additional": "#f100f1",
"background-primary-dialog-button": "#7d858c",
"background-tab-underline": "#444",
"background-notification-popover": "#fcfed7",
"background-notification-badge": "#ffd112",
"background-scrim": "rgba(0,0,0, 0.2)",
"background-loader": "rgba(0,0,0, .65)"
}
}

View file

@ -1,5 +1,3 @@
{
"themes": [
"../../common/main/resources/themes/classic-light.json"
]
"themes": []
}