Auto-reload Shell theme after matugen, style calendar panel and Zen URL bar
Add GNOME Shell theme reload (dconf toggle) to recolor-folders.sh post-hook so colors apply immediately after update or wallpaper change. Style calendar panel, date menu, pager buttons, and today highlight. Fix Zen URL bar background mismatch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dee11c713e
commit
24994ab912
4 changed files with 58 additions and 4 deletions
|
|
@ -26,8 +26,13 @@
|
|||
background-color: {{colors.surface_container_high.default.hex}} !important;
|
||||
}
|
||||
|
||||
/* URL bar */
|
||||
/* URL bar — override Zen's color-mix background */
|
||||
#urlbar .urlbar-background,
|
||||
#urlbar-background {
|
||||
background-color: {{colors.surface_container.default.hex}} !important;
|
||||
}
|
||||
|
||||
#urlbar[focused="true"] .urlbar-background {
|
||||
background-color: {{colors.surface_container_high.default.hex}} !important;
|
||||
}
|
||||
|
||||
|
|
@ -35,9 +40,9 @@
|
|||
color: {{colors.on_surface.default.hex}} !important;
|
||||
}
|
||||
|
||||
/* Nav bar and toolbar */
|
||||
/* Nav bar and toolbar — match the toolbar background */
|
||||
#nav-bar {
|
||||
background-color: {{colors.surface_container.default.hex}} !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/* Sidebar text and icons */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue