[Steam] added template + entry in the settings menu

This commit is contained in:
Jb
2026-02-18 20:06:20 +01:00
parent 11056f365a
commit 2c24f2d375
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
:root {
--theme-color: "Matugen";
--hue-rotate: 220deg;
<* for name, value in colors *>
--md-sys-color-{{name | replace: "_", "-" }}: {{value.default.rgb}};
<* endfor *>
}
+11
View File
@@ -408,6 +408,17 @@ Singleton {
}
],
"postProcess": () => `${templateApplyScript} zathura`
},
{
"id": "steam",
"name": "Steam",
"category": "misc",
"input": "steam.css",
"outputs": [
{
"path": "~/.steam/steam/steamui/skins/Material-Theme/css/main/colors/matugen.css"
}
],
}
]