mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Chore: Generate missing theme JSON (#48802)
This commit is contained in:
parent
4b5d295c8c
commit
101ae4b828
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user