jpfleury / clearlooks-phenix

GTK3 port of the Clearlooks theme
GNU General Public License v3.0
96 stars 42 forks source link

Darklooks-Phénix, the Clearlooks-Phénix dark version? #16

Closed DDZ57 closed 8 years ago

DDZ57 commented 9 years ago

Hello!

I tried to create the Clearlooks-Phénix dark version based on Darklooks GTK+ 2 theme. I think it will be a nice idea because the more time spends, the more clear version hurts my eyes due to hours spent front of the monitor screen. So I changed the Clearlooks-Phénix color scheme by the Darklooks one, the core_color_b by the Darklooks' bg_color (because they're the same) then calculated the core_color_a basing on the Darklooks' selected_bg_color and these two colors value in Clearlooks-Phénix. Unfortunately, the result isn't very well. In comparaison with Darklooks, some colors don't match and the are visual bugs.

a widget factory - darklooks-phenix - gtk2

a widget factory - darklooks-phenix - gtk3

gtk_color_scheme = "fg_color:#E6E6E6\nbg_color:#555753\nbase_color:#2E3436\ntext_color:#D3D7CF\nselected_bg_color:#3F403D\nselected_fg_color:#7AA3CC\ntooltip_bg_color:#EDDE5C\ntooltip_fg_color:#000000"

core_color_a=#5d574c core_color_b=#555753

How to proceed as quickier and easier as possible? Thank you in advance and have a nice day!

Lesik commented 9 years ago

Clearlooks Phénix is probably the best working "legacy" GTK3 theme. I agree that it's a good idea to port Clearlooks-Dark and/or Clearlooks-Colors using this theme as basis.

jpfleury commented 8 years ago

Hi,

I'm closing this report. I chose to not support (myself) color versions. I already have 6 Clearlooks-Phénix versions for different GTK versions and it's not yet compatible with GTK 3.16 and 3.18 (so more versions are needed). Honestly, I'm so tired of seeing my theme breaking at each new GTK version. It's too much work, and I no longer have any fun maintaining this theme.

Of course, I'll be happy to merge pull requests if someone works on that, but I won't look at it myself. Sorry. :-(

Lesik commented 8 years ago

It is saddening, but I can comprehend your decision. I'm aware of the horrible state of GTK 3 and themes.

It's better to have one working, beautiful Clearlooks than ten of them, of which none work correctly with the new GTK version. I agree it makes more sense to concentrate on that.

prikhi commented 8 years ago

I love this theme & I love dark themes so I may take this on in the future. I'm not familiar with GTK3 theme packaging though, would it be possible to create a separate theme by overriding the main theme files? Or would I have to create a fork?