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

View File

@ -525,9 +525,10 @@ StScrollBar {
background-color: #3681ff;
color: #ffffff; }
.calendar .calendar-day-with-events {
color: white;
font-weight: bold;
background-image: url("assets/calendar-today.svg"); }
.calendar .calendar-day-with-events.calendar-work-day {
color: white;
font-weight: bold; }
.calendar .calendar-other-month-day {
color: rgba(238, 238, 236, 0.5); }
.calendar .calendar-week-number {

View File

@ -524,9 +524,10 @@ StScrollBar {
background-color: #3681ff;
color: #ffffff; }
.calendar .calendar-day-with-events {
color: #737a88;
font-weight: bold;
background-image: url("assets/calendar-today.svg"); }
.calendar .calendar-day-with-events.calendar-work-day {
color: #737a88;
font-weight: bold; }
.calendar .calendar-other-month-day {
color: rgba(92, 97, 108, 0.5); }
.calendar .calendar-week-number {

View File

@ -153,9 +153,11 @@
}
.calendar-day-with-events {
background-image: url("assets/calendar-today.svg");
&.calendar-work-day {
color: lighten($fg_color,10%);
font-weight: bold;
background-image: url("assets/calendar-today.svg");
}
}
.calendar-other-month-day {

View File

@ -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"