Chore: Generate missing theme JSON (#48802)

This commit is contained in:
Piotr Jamróz 2022-05-06 12:05:40 +02:00 committed by GitHub
parent 4b5d295c8c
commit 101ae4b828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 7 deletions

View File

@ -86,8 +86,8 @@
"disabledOpacity": 0.38
},
"gradients": {
"brandHorizontal": " linear-gradient(270deg, #F55F3E 0%, #FF8833 100%);",
"brandVertical": "linear-gradient(0.01deg, #F55F3E 0.01%, #FF8833 99.99%);"
"brandHorizontal": "linear-gradient(270deg, #F55F3E 0%, #FF8833 100%)",
"brandVertical": "linear-gradient(0.01deg, #F55F3E 0.01%, #FF8833 99.99%)"
},
"contrastThreshold": 3,
"hoverFactor": 0.03,
@ -129,7 +129,7 @@
"background": "#111217"
},
"tooltip": {
"background": "#35383e",
"background": "#22252b",
"text": "rgb(204, 204, 220)"
},
"dashboard": {
@ -141,6 +141,12 @@
},
"sidemenu": {
"width": 48
},
"menuTabs": {
"height": 41
},
"horizontalDrawer": {
"defaultHeight": 400
}
},
"typography": {

View File

@ -86,8 +86,8 @@
"disabledOpacity": 0.38
},
"gradients": {
"brandHorizontal": "linear-gradient(90deg, #FF8833 0%, #F53E4C 100%);",
"brandVertical": "linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%);"
"brandHorizontal": "linear-gradient(90deg, #FF8833 0%, #F53E4C 100%)",
"brandVertical": "linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.07%)"
},
"contrastThreshold": 3,
"hoverFactor": 0.03,
@ -129,8 +129,8 @@
"background": "#FFFFFF"
},
"tooltip": {
"background": "#555",
"text": "#FFF"
"background": "#F4F5F5",
"text": "rgba(36, 41, 46, 1)"
},
"dashboard": {
"background": "#F4F5F5",
@ -141,6 +141,12 @@
},
"sidemenu": {
"width": 48
},
"menuTabs": {
"height": 41
},
"horizontalDrawer": {
"defaultHeight": 400
}
},
"typography": {