lassekongo83 / adw-gtk3

The theme from libadwaita ported to GTK-3
GNU Lesser General Public License v2.1
1.55k stars 57 forks source link

Geary sidebar has the wrong color in v4.9 #240

Closed inthreedee closed 1 year ago

inthreedee commented 1 year ago

Prerequisites

Checklist to make sure the issue is not on your end

Description

With adw-gtk3 v4.9, Geary's sidebar does not use the correct background color for my theme. Downgrading to 4.8 and restarting Geary fixes the issue.

I am using Gradience v0.4.1 to apply the Catppuccin Mocha Lavender theme.

v4.8 with the correct theme colors: Screenshot from 2023-09-09 15-54-05

v4.9 with the incorrect, default Adwaita background color in the sidebar: Screenshot from 2023-09-09 15-55-11

OS and version [e.g Fedora 37]

Arch

Adw-gtk3 version. Also specify your installation source. [e.g tar.xz, AUR, git main branch]

4.9/git installed from AUR

GNOME version

44.4

Application name and version (If the issue is with an app.)

Geary v44.1, Gradience v0.4.1

lassekongo83 commented 1 year ago

The value for sidebars are now sidebar_bg_color. So add @define-color sidebar_bg_color your_color; to ~/.config/gtk-3.0/gtk.css or wait for a Gradience update to include support for that.

There's also sidebar_fg_color, sidebar_backdrop_color, and sidebar_shade_color.

inthreedee commented 1 year ago

@lassekongo83 I'll pass that info along to the Gradience team. Thank you very much!