linuxmint / mint-themes

Mint-X, Mint-Y..
207 stars 118 forks source link

Artwork Improvements for Mint 20.3 #323

Closed clefebvre closed 2 years ago

clefebvre commented 2 years ago

General

Dark Apps

Once the theme gets support for gtk-dark.css, CSD windows work well everywhere since it's GTK who is rendering their titlebar. SSD windows on the other hand only work well with WMs which support this (muffin, marco, metacity). Xfwm doesn't support this, so if the theme enables gtk-dark.css and an app is using SSD titlebars (i.e. Xfwm titlebars) and dark mode, it will look dark but have a light titlebar, which looks completely broken. For this reason, SSD apps which support dark mode need to disable dark mode in Xfwm.

Titlebars

Colors

Legacy

Updates

JosephMcc commented 2 years ago

Several of these are implemented in https://github.com/linuxmint/mint-themes/pull/322, including:

Light Thunar sidebar Light Caja sidebar Remove accents on toggled buttons Rounded window borders Remove accents in menus

hsbasu commented 2 years ago

Having gradient color in panel would be great as it would provide a 3D look.

JosephMcc commented 2 years ago

@hsbasu In what panel? And we are mostly talking Mint-Y here, so gradients and a 3d look are not the overall style.

hsbasu commented 2 years ago

@hsbasu In what panel? And we are mostly talking Mint-Y here, so gradients and a 3d look are not the overall style.

The cinnamon panel, I was talking about, which holds the menu and other applets.

I tried using a css gradient in $panel_bg. But it isn't taking the gradient options.

Now that you mention that Mint-Y is flat theme, I think my comment is irrelevant. And i apologize for that.

SebastJava commented 2 years ago

Rounded corners

  1. Would be better on windows top and bottom, not just top.
  2. Buttons are currently done with 3px corner radius, which looks like a rectangle with one missing pixel on each corner. It should be at least 5px !

Examples: Examples of round corners for both windows and buttons can be found... everywhere ! Here on GitHub, there on Slack, and on other Linux distros...

JosephMcc commented 2 years ago

@hsbasu In case you haven't found out yet, Cinnamon doesn't except css gradients. Look in the Mint-X or default Cinnamon theme to see how gradients are done.

JosephMcc commented 2 years ago

I'm closing this one now. We aren't working on 20.3 anymore plus most all of these that we decided to keep are now done. Pretty much all that's left would be switching Xfce and Mate to use Metacity by default if we choose. That one isn't really relevant to this repo.