add material bindings to color.qml

This commit is contained in:
lucy 2026-02-06 14:53:22 +01:00
parent 5675264022
commit 042cfca6f9

View File

@ -27,6 +27,7 @@ local c = {
c13 = "{{color13}}", c13 = "{{color13}}",
c14 = "{{color14}}", c14 = "{{color14}}",
c15 = "{{color15}}", c15 = "{{color15}}",
tbg = "{{ color0 | complementary }}", -- Matugen filters usually not inline
} }
local hl = function(group, opts) local hl = function(group, opts)