linuxmint / mint21.1-beta

BETA Bug Squash Rush
7 stars 0 forks source link

artwork: Tooltip border color #3

Closed clefebvre closed 1 year ago

clefebvre commented 1 year ago

The tooltip border color is light grey, it's especially visible in Cinnamon. It would probably look better:

SebastJava commented 1 year ago

Further more enhancement suggestion: a very different background-color for dark vs light variants...

// in src/Mint-Y/gtk-3.0/sass/_colors.scss and src/Mint-Y/gtk-4.0/sass/_colors.scss :

$tooltip_bg_color: if($variant == 'light', #fff7cc, #5a3636);

These colors are mine. I really don't like a heavily darkened yellow, so i preferred a subtle yellowish white for light themes, and a reddish dark gray for dark themes. The initial suggestion for different tooltips on dark themes was made a long time ago by @claudiux on my own Mint-Yz fork repository.

ocobblepot commented 1 year ago

The yellow background in the tooltips #fbeaa0 is different from the yellow folder colour in the new Mint-Y themes. This is a little jarring, especially when using Nemo.

My preference would be for a white background for light themes and a black background for dark themes. This would match Qt apps when using the default Mint gtk2 qt5ct settings (which do not use a yellow background).

If that is not chosen, matching the yellow tooltip background to the yellow folder background would give a more consistent appearance than currently.

As to the border colour, I would prefer plain (i.e. no border).

clefebvre commented 1 year ago

Removing the border isn't enough, we need to make sure shadows are consistent also.

Adwaita is using a semi-transparent rounded black tooltip. This could work well. We need to take our time and experiment with all this.

Moved to 21.2's roadmap.

ocobblepot commented 1 year ago

Adwaita is using a semi-transparent rounded black tooltip. This could work well. We need to take our time and experiment with all this.

Moved to 21.2's roadmap.

That could indeed work well. I can edit the tooltips myself in the meantime. Thank you.