Change theme of Dashboard

This commit is contained in:
Daniel Cosme
2026-05-07 14:22:11 -04:00
parent b10724d097
commit 237db5abb4
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@ apiVersion: v1
data: data:
glance.yml: | glance.yml: |
# Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md
theme:
background-color: 186 21 20
contrast-multiplier: 1.2
primary-color: 97 13 80
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
+5
View File
@@ -1,4 +1,9 @@
# Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md # Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md
theme:
background-color: 186 21 20
contrast-multiplier: 1.2
primary-color: 97 13 80
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>