B00merang-Project / Windows-10-Dark

Dark variant of Windows 10 theme
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
298 stars 35 forks source link

⚠️ Borders in GTK3 application windows 🐞 #24

Closed abraaorosa closed 4 years ago

abraaorosa commented 4 years ago

Could someone please help me remove these white borders that are showing up in the GTK3 windows? In other applications it does not appear only in these. Please, I tried all the ways but I couldn't remove it.

image

I thank the attention 🙏

Elbullazul commented 4 years ago

is that unity?

abraaorosa commented 4 years ago

Hello guys. I managed to solve the problem by changing some expressions in the theme's GTK style sheet.

To resolve, go to: ./usr/share/themes/Windows-10-dark/gtk-3.20/gtk.css

And change values to: .solid-csd decoration { margin: 1px; border-radius: 0px; background-color: #191919; box-shadow: none; }

image

You can see that the GTK3 windows have no white borders.

Thank you!