dynamic navbar colors

main
alexanderroese 2024-06-21 09:54:06 +02:00
parent 537cc822d5
commit 7afc3561b2
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,7 @@
%} %}
<script> <script>
console.log("7", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}") console.log("8", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}")
</script> </script>
@ -101,6 +101,8 @@
endif endif
%} %}
--shx-my-{{ scheme.id }}: "#8D8D8D";
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }}; --color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
{% if new_background_gradient != empty %} {% if new_background_gradient != empty %}