Gnome-Shell: pull upstream theme changes for 3.36.2

This commit is contained in:
Daniel Ruiz de Alegría
2020-05-11 11:08:50 +02:00
parent 665d0de851
commit adbb5f7dfd
4 changed files with 11 additions and 7 deletions
@@ -153,9 +153,11 @@
}
.calendar-day-with-events {
color: lighten($fg_color,10%);
font-weight: bold;
background-image: url("assets/calendar-today.svg");
&.calendar-work-day {
color: lighten($fg_color,10%);
font-weight: bold;
}
}
.calendar-other-month-day {
@@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
RESET='\033[0m'
VERSION=3.36.1
VERSION=3.36.2
echo
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"