B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
819 stars 116 forks source link

Support gtk-3.20 #35

Closed JotaRandom closed 8 years ago

JotaRandom commented 8 years ago

This is more a future thing since ubuntu 16.10 (if I remmember correctly) and any future mint based on that will be based on gtk 3.20.

Gtk 3.20 revamp the theming HEAVILY that now is just css, this make gtk3.18 and lower completely incompatible with gtk 3.20 breaking sky and earth, so far mate-themes from git and arc-theme from git and numix-themes from latest git are compatible (if you want based on them) to take a look and see that going to be done (or not done)

so the issue resume in add support for gtk 3.20.

Elbullazul commented 8 years ago

@jristz thank you for you attention on this subject. I will have a look at the Numix theme (I had no idea it was ready). In the meantime, we have a beta version (very basic support) for gnome, if you want to give it a try

JotaRandom commented 8 years ago

yeah, I'm using arch and they already have gtk 3.20 so any beta pointing to fix that I will be able to test natively

Elbullazul commented 8 years ago

https://github.com/Elbullazul/Windows-10/releases/tag/v0.9.7-beta

give it a try. According to our collaborator @Zerophase it works well. All that's left are some rgba colors to redefine

15w34r0n3D4y commented 8 years ago

Thank you for theme!

I have question how fix this border? Thank you for answer.

how-fix-it-win10-gnome-themes-terminal

Elbullazul commented 8 years ago

Ooooh, I'll have a look at this first. What terminal is that?

15w34r0n3D4y commented 8 years ago

It's GNOME Terminal 3.20.2 :)

Sorry, I think it's bug, test on default theme and have border too.

Elbullazul commented 8 years ago

@15w34r0n3D4y try this : open the gtk-contained.css file and search for

decoration {

then, replace box-shadow: 0 3px etc... with

box-shadow: none;

same for

decoration:backdrop

(inactive)

see how that turns out

15w34r0n3D4y commented 8 years ago

It works, thank you! :+1:

Elbullazul commented 8 years ago

glad it works! :smiley: