Page 2 of 2

Re: LXDE mark active browser window

Posted: Fri Jul 05, 2024 12:25 pm
by AVLinux
dolphin_oracle wrote: Fri Jul 05, 2024 12:19 pm I believe lxde is gtk3, so you'll need to change the gtk3 theme.
Wait, isn't LXDE in Debian still GTK2? I thought the GTK3 fork was never released and was only available to those who compiled it from source themselves? Mind you I haven't tried LXDE since MX-21, I know back then it was definitely GTK2..

Re: LXDE mark active browser window

Posted: Fri Jul 05, 2024 1:33 pm
by dolphin_oracle
AVLinux wrote: Fri Jul 05, 2024 12:25 pm
dolphin_oracle wrote: Fri Jul 05, 2024 12:19 pm I believe lxde is gtk3, so you'll need to change the gtk3 theme.
Wait, isn't LXDE in Debian still GTK2? I thought the GTK3 fork was never released and was only available to those who compiled it from source themselves? Mind you I haven't tried LXDE since MX-21, I know back then it was definitely GTK2..

You are probably correct. Lxappearance will set gtk3 themes but there are not any gtk3 libs as lxpanel depends.

Re: LXDE mark active browser window

Posted: Fri Jul 05, 2024 2:46 pm
by Adlermania
I already changed in gtk3 the blue colors to red in the gtk.css in this part

Code: Select all

*
* Button Colors
*
*/
@define-color theme_button_background_normal_breeze #ff0000;
@define-color theme_button_decoration_hover_breeze  #ff0000;
@define-color theme_button_decoration_focus_breeze  #ff0000;
@define-color theme_button_foreground_normal_breeze #fcfcfc;
@define-color theme_button_foreground_active_breeze #fcfcfc;
@define-color theme_button_background_insensitive_breeze        rgba(45, 49, 54, 0.35);
@define-color theme_button_decoration_hover_insensitive_breeze  rgba(37, 164, 230, 0.35);
@define-color theme_button_decoration_focus_insensitive_breeze  rgba(37, 164, 230, 0.35);
@define-color theme_button_foreground_insensitive_breeze        rgba(229, 229, 229, 0.35);
@define-color theme_button_foreground_active_insensitive_breeze rgba(229, 229, 229, 0.35);
@define-color theme_button_background_backdrop_breeze        #ff0000;
@define-color theme_button_decoration_hover_backdrop_breeze  #ff0000;
@define-color theme_button_decoration_focus_backdrop_breeze  #ff0000;
@define-color theme_button_foreground_backdrop_breeze        #fcfcfc;
@define-color theme_button_foreground_active_backdrop_breeze #fcfcfc;
@define-color theme_button_background_backdrop_insensitive_breeze        rgba(45, 49, 54, 0.35);
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze  rgba(37, 164, 230, 0.35);
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze  rgba(37, 164, 230, 0.35);
@define-color theme_button_foreground_backdrop_insensitive_breeze        rgba(229, 229, 229, 0.35);
@define-color theme_button_foreground_active_backdrop_insensitive_breeze rgba(229, 229, 229, 0.35);
/*
Not sure if this has any effect as its commented out, but I don“t see any changeable colors in the gtk.css. There are too many lines :frown: . Any idea which part to change for that?