mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
[Steam] added template + entry in the settings menu
This commit is contained in:
@@ -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 *>
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
],
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user