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

Gnome Shell: text too bold #140

Closed hlechner closed 5 years ago

hlechner commented 5 years ago

Comparing the text size between: Windows 10 / Gnome shell Yaru / Gnome shell windows-10-master

It seems would be better without text in bold.

Windows 10: image Gnome Shell (Yaru): image Gnome Shell (windows-10-master): image

hlechner commented 5 years ago

Bold texts related to this code:

#panel .panel-button {
        -natural-hpadding: 12px;
        -minimum-hpadding: 6px;
        font-weight: bold;
        color: white;
        transition-duration: 100ms;
}

more specifically font-weight: bold;


And also a feature not available on windows: the icon shadow:

.system-status-icon {
    icon-shadow: white 0 0 4px;
}
Elbullazul commented 5 years ago

in original code it is not present. are you using the master branch version? fixed the icon shadow btw

hlechner commented 5 years ago

Thanks for the changes, I really appreciate that!

I was using the Windows-10-master.zip file available from: https://www.opendesktop.org/p/1013482/

I will switch to the git code from now on.