linuxmint / mint-19.1-beta

BETA Bug Squah Rush
3 stars 3 forks source link

Windows Border Theme in X-Gnome metacity-1 appearance wrong in Moden mode. #33

Closed ChooChooAl closed 5 years ago

ChooChooAl commented 5 years ago

Describe the bug Switching between moden and traditional mode the Windows border theme changes. Specifically the red highlight on the close button

To Reproduce install AKTeal theme and switch between modes.

Expected behavior The "X" close icon should always be red highlighted.

Frequency Does the issue happen:

Edition (Desktop environment): In which edition is this happening?

Live or post-install: Indicate if this is happening after the installation, or during the live session:

Screenshots 1 screenshot in each mode and theme

Locale: EN-US UTF8

Additional context This IS a custom theme, however it was simply a download of another theme a a simple #FF0000 color change etc to the variables. screenshot from 2018-12-08 14-00-34 screenshot from 2018-12-08 14-00-34

AKteal.zip

smurphos commented 5 years ago

Your theme includes these color constant definitions

`

`

It is using the color from the active GTK3 theme if defined in the GTK3 theme by design. Mint-Y (Modern) provides a selected_bg_color, Mint-X (traditional) doesn't so the hardcoded defaults are used instead.

You need to fix your window-border theme ;-)

ChooChooAl commented 5 years ago

I'm not sure I follow you, mostly since I'm good at changing #393939 to #FF0000 but that's about the extent of my XML knowledge or close to it. Is there a way to fix this so it would work both ways?

smurphos commented 5 years ago

Change the lines I listed above in your theme to

`

`

ChooChooAl commented 5 years ago

Thanks.