[themes] fix bug 52104
This commit is contained in:
parent
4c345666d5
commit
26141429b4
|
@ -188,6 +188,8 @@ define([
|
|||
function ( obj ) {
|
||||
if ( obj != 'error' ) {
|
||||
parse_themes_object(obj);
|
||||
} else {
|
||||
console.warn('failed to load/parse themes.json');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
@ -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)"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"themes": [
|
||||
"../../common/main/resources/themes/classic-light.json"
|
||||
]
|
||||
"themes": []
|
||||
}
|
Loading…
Reference in a new issue