Polish wallpaper theming across Shell, VSCodium, Zen, and GTK4

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>
This commit is contained in:
ediblerope 2026-04-13 22:21:07 +01:00
parent 0eb6c587dc
commit ed526791f0
4 changed files with 297 additions and 15 deletions

View file

@ -12,4 +12,12 @@
--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;
}