Comprehensive GNOME Shell theme: accent variable overrides, quick toggle states, chevrons, sliders, sub-menus, header buttons, overview/dash/search/app-grid styling. Fix GTK4 backdrop so Nautilus keeps palette colors when unfocused. Expand VSCodium color coverage (diff editor, widgets, notifications, scrollbars). Add more Zen browser CSS variables for broader UI theming. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
1.6 KiB
CSS
23 lines
1.6 KiB
CSS
/* Wallpaper-based colors generated by matugen */
|
|
:root {
|
|
--zen-primary-color: {{colors.primary.default.hex}} !important;
|
|
--zen-colors-primary: {{colors.primary_container.default.hex}} !important;
|
|
--zen-colors-secondary: {{colors.secondary_container.default.hex}} !important;
|
|
--zen-colors-tertiary: {{colors.tertiary_container.default.hex}} !important;
|
|
--zen-colors-border: {{colors.outline_variant.default.hex}} !important;
|
|
--toolbar-bgcolor: {{colors.surface_container.default.hex}} !important;
|
|
--lwt-accent-color: {{colors.surface_container.default.hex}} !important;
|
|
--lwt-text-color: {{colors.on_surface.default.hex}} !important;
|
|
--tab-selected-bgcolor: {{colors.surface_container_high.default.hex}} !important;
|
|
--arrowpanel-background: {{colors.surface_container.default.hex}} !important;
|
|
--arrowpanel-color: {{colors.on_surface.default.hex}} !important;
|
|
--urlbar-box-bgcolor: {{colors.surface_container_low.default.hex}} !important;
|
|
--zen-themed-toolbar-bg: {{colors.surface_container.default.hex}} !important;
|
|
--zen-themed-toolbar-fg: {{colors.on_surface.default.hex}} !important;
|
|
--zen-themed-toolbar-border: {{colors.outline_variant.default.hex}} !important;
|
|
--sidebar-background-color: {{colors.surface_container_low.default.hex}} !important;
|
|
--newtab-background-color: {{colors.surface.default.hex}} !important;
|
|
--lwt-sidebar-background-color: {{colors.surface_container_low.default.hex}} !important;
|
|
--lwt-sidebar-text-color: {{colors.on_surface.default.hex}} !important;
|
|
--lwt-toolbar-body-color: {{colors.on_surface.default.hex}} !important;
|
|
}
|