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..dolphin_oracle wrote: Fri Jul 05, 2024 12:19 pm I believe lxde is gtk3, so you'll need to change the gtk3 theme.
LXDE mark active browser window
Re: LXDE mark active browser window
- dolphin_oracle
- Developer
- Posts: 22324
- Joined: Sun Dec 16, 2007 12:17 pm
Re: LXDE mark active browser window
AVLinux wrote: Fri Jul 05, 2024 12:25 pmWait, 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..dolphin_oracle wrote: Fri Jul 05, 2024 12:19 pm I believe lxde is gtk3, so you'll need to change the gtk3 theme.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
-
- Posts: 43
- Joined: Thu Dec 31, 2020 10:32 am
Re: LXDE mark active browser window
I already changed in gtk3 the blue colors to red in the gtk.css in this part
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
. Any idea which part to change for that?
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);
/*
