radical4ever
radical4ever
this would be awesome bc evolution is the only gnome-app that i know that supports microsoft to-do tasks
like not the whole theme just the buttons
i tried the extension again, installed from here, but it still doesnt use the default button
well, libadwaita doesnt have this user-support chooser for accent colors but there is already a gtk3 with accent color support, i leave the theme repo [here](https://github.com/lassekongo83/adw-gtk3), for the color support...
i tried doing the coloring manually, and it turns out pretty good(practically any color works!)!, i'm thinking if its possible to make an optional tool as a firefox web extension?...
i leave you my `gtk.css` file that i use for that: @define-color accent_color @green_4; @define-color accent_bg_color @green_4; @define-color window_bg_color; @define-color window_fg_color; @define-color headerbar_bg_color; @define-color headerbar_fg_color; @define-color popover_bg_color; @define-color popover_fg_color; @define-color...
Yup, that works for now!
> Are you copying those CSS files into your theme or something? Because this program doesn't change the theme files, it just copies the parameters to `~/.config/gtk-4.0/gtk.css` (or 3.0 for...
just save it as gtk.css and put it in gtk-4.0 and that should work on libadwaita apps and for adw-gtk3 i do the same and restart the gtk3 apps
> > just save it as gtk.css and put it in gtk-4.0 and that should work on libadwaita apps and for adw-gtk3 i do the same and restart the gtk3...