greybird-gtk-theme: improved paned separators, osd and gtk2 color syntax

This commit is contained in:
Ruben Rodriguez 2021-12-06 14:23:00 -05:00
parent 554175db40
commit 2ab46c0020
3 changed files with 26 additions and 488 deletions

View file

@ -0,0 +1,11 @@
.osd,
.background.osd {
border-radius:20px;
}
.osd .progressbar,
.osd progressbar {
background-color: $selected_bg_color;
}