main
alexanderroese 2024-06-18 13:58:28 +02:00
parent aa38b7b299
commit 426ae4f9b7
2 changed files with 12 additions and 1 deletions

View File

@ -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",

View File

@ -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)