12 lines
612 B
CSS
12 lines
612 B
CSS
|
|
/* Wallpaper-based colors generated by matugen */
|
||
|
|
:root {
|
||
|
|
--zen-primary-color: {{colors.primary.default.hex}} !important;
|
||
|
|
--zen-colors-primary: {{colors.primary.default.hex}} !important;
|
||
|
|
--zen-colors-secondary: {{colors.secondary.default.hex}} !important;
|
||
|
|
--zen-colors-tertiary: {{colors.tertiary.default.hex}} !important;
|
||
|
|
--zen-colors-border: {{colors.outline_variant.default.hex}} !important;
|
||
|
|
--toolbar-bgcolor: {{colors.surface.default.hex}} !important;
|
||
|
|
--lwt-accent-color: {{colors.surface_container.default.hex}} !important;
|
||
|
|
--lwt-text-color: {{colors.on_surface.default.hex}} !important;
|
||
|
|
}
|