matugen: update templates to new custom variable formats

This commit is contained in:
Nico 2025-11-22 13:39:05 +11:00
parent 8cd4eac37c
commit 3e5aaf703c
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
9 changed files with 36 additions and 32 deletions

View file

@ -8,8 +8,8 @@
@define-color primary {{colors.primary_container.default.hex}};
* {
font-family: {{ custom.font }};
background-radius: {{ custom.rounding}}px;
font-family: {{ font }};
background-radius: {{ rounding }}px;
}
#window,
@ -47,7 +47,7 @@ slider,
}
#box {
border-radius: {{custom.rounding}}px;
border-radius: {{ rounding }}px;
background: @background;
padding: 32px;
border: 1px solid lighter(@background);
@ -79,7 +79,7 @@ slider,
#password,
#input,
#typeahead {
border-radius: {{custom.rounding}}px;
border-radius: {{ rounding }}px;
}
#input {
@ -107,7 +107,7 @@ slider,
child {
padding: 8px;
border-radius: {{custom.rounding}}px;
border-radius: {{ rounding }}px;
}
child:selected,
@ -154,7 +154,7 @@ child:hover {
.aiItem {
padding: 10px;
border-radius: {{custom.rounding}}px;
border-radius: {{ rounding }}px;
color: @foreground;
background: @background;
}