2026-04-16 11:22:48 +01:00
|
|
|
/* Matugen wallpaper color overrides for Midnight theme */
|
|
|
|
|
:root {
|
|
|
|
|
/* Background surfaces — dark to light */
|
|
|
|
|
--bg-4: {{colors.surface.default.hex}};
|
|
|
|
|
--bg-3: {{colors.surface_container_low.default.hex}};
|
|
|
|
|
--bg-2: {{colors.surface_container.default.hex}};
|
|
|
|
|
--bg-1: {{colors.surface_container_high.default.hex}};
|
2026-04-14 14:21:25 +01:00
|
|
|
|
|
|
|
|
/* Text */
|
2026-04-16 11:22:48 +01:00
|
|
|
--text-0: {{colors.surface.default.hex}};
|
|
|
|
|
--text-1: {{colors.on_surface.default.hex}};
|
|
|
|
|
--text-2: {{colors.on_surface.default.hex}};
|
|
|
|
|
--text-3: {{colors.on_surface_variant.default.hex}};
|
|
|
|
|
--text-4: {{colors.outline.default.hex}};
|
|
|
|
|
--text-5: {{colors.outline_variant.default.hex}};
|
|
|
|
|
|
|
|
|
|
/* Accent */
|
|
|
|
|
--accent-1: {{colors.primary.default.hex}};
|
|
|
|
|
--accent-2: {{colors.primary.default.hex}};
|
|
|
|
|
--accent-3: {{colors.primary_container.default.hex}};
|
|
|
|
|
--accent-4: {{colors.primary_container.default.hex}};
|
|
|
|
|
--accent-5: {{colors.primary_container.default.hex}};
|
|
|
|
|
--accent-new: {{colors.primary.default.hex}};
|
2026-04-14 14:21:25 +01:00
|
|
|
}
|