Files
noctalia-shell/Assets/Templates/pywalfox.json
T
2026-01-18 16:24:57 +01:00

22 lines
644 B
JSON

{
"wallpaper": "{{image}}",
"alpha": "100",
"colors": {
"color0": "{{colors.background.default.hex}}",
"color1": "{{colors.surface_container.default.hex}}",
"color2": "{{colors.surface_container_highest.default.hex}}",
"color3": "",
"color4": "",
"color5": "",
"color6": "",
"color7": "",
"color8": "",
"color9": "",
"color10": "{{colors.primary.default.hex}}",
"color11": "{{colors.secondary.default.hex}}",
"color12": "{{colors.tertiary.default.hex}}",
"color13": "{{colors.surface_bright.default.hex}}",
"color14": "",
"color15": "{{colors.on_surface.default.hex}}"
}
}