lassekongo83 / adw-gtk3

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

accent color is not set when i choose it from settings #269

Closed radical4ever closed 1 month ago

radical4ever commented 1 month ago

Prerequisites

Checklist to make sure the issue is not on your end

Description

gnome 47 brings the capability to choose an accent color from the settings page, since i updated from 46 adw-gtk3 is unable to change its accent colour

OS and version [e.g Fedora 37]

Fedora 41

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

5.4 (from dnf)

GNOME version

47

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

No response

lassekongo83 commented 1 month ago

GTK3 does not support that.

n3thshan commented 1 month ago

GTK3 does not support that.

would there be any other alternative ways youd suggest to change just the accent color?

lassekongo83 commented 1 month ago

You can create ~/.config/gtk-3.0/gtk.css and add for example:

/* Replace #E95420 with any css color value */
@define-color accent_bg_color #E95420;
@define-color accent_color @accent_bg_color;