test
parent
aa38b7b299
commit
426ae4f9b7
|
@ -331,6 +331,17 @@
|
|||
"shadow": "#121212"
|
||||
}
|
||||
},
|
||||
"scheme-shx-navbar-namenschild": {
|
||||
"settings": {
|
||||
"background": "#fd79a8",
|
||||
"background_gradient": "",
|
||||
"text": "#121212",
|
||||
"button": "#EA2027",
|
||||
"button_label": "#ffffff",
|
||||
"secondary_button_label": "#121212",
|
||||
"shadow": "#121212"
|
||||
}
|
||||
},
|
||||
"scheme-shx-namenschild": {
|
||||
"settings": {
|
||||
"background": "#fd79a8",
|
||||
|
|
|
@ -350,7 +350,7 @@
|
|||
}
|
||||
|
||||
const colorScheme = {
|
||||
scheme: {{ settings.color_schemes["scheme-1"]["settings"]["background"] | json }}
|
||||
scheme: {{ settings.color_schemes["scheme-shx-namenschild"]["settings"]["background"] | json }}
|
||||
}
|
||||
|
||||
console.log("4", colorScheme)
|
||||
|
|
Loading…
Reference in New Issue