LXDE mark active browser window

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
AVLinux
Posts: 3012
Joined: Wed Jul 15, 2020 1:15 am

Re: LXDE mark active browser window

#11 Post 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..

User avatar
dolphin_oracle
Developer
Posts: 22324
Joined: Sun Dec 16, 2007 12:17 pm

Re: LXDE mark active browser window

#12 Post 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.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Adlermania
Posts: 43
Joined: Thu Dec 31, 2020 10:32 am

Re: LXDE mark active browser window

#13 Post 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?

Post Reply

Return to “MX Help”