diff --git a/data/theme/calendar-today.svg b/data/theme/calendar-today.svg index 7ce27bdab..5e77084c7 100644 --- a/data/theme/calendar-today.svg +++ b/data/theme/calendar-today.svg @@ -10,11 +10,11 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="29" - height="29" + width="24" + height="24" id="svg10621" version="1.1" - inkscape:version="0.48.2 r9819" + inkscape:version="0.91 r13725" sodipodi:docname="calendar-today.svg"> @@ -118,17 +118,6 @@ fx="51" fy="30" r="42" /> - + inkscape:window-width="2133" + inkscape:window-height="1241" + inkscape:window-x="238" + inkscape:window-y="88" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false"> image/svg+xml - + @@ -177,28 +167,12 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(-469.08263,-532.99307)"> - - + transform="translate(-469.08263,-537.99307)"> + diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index bb0f53592..3e0a54c04 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -710,8 +710,9 @@ StScrollBar { border: 1px solid rgba(0, 0, 0, 0.5); } .calendar-day-with-events { - color: #f2f2f2; - font-weight: bold; } + color: white; + font-weight: bold; + background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg"); } .calendar-other-month-day { color: rgba(255, 255, 255, 0.15); diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index b890a4003..2cc9e9e7f 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit b890a4003e711a4094a84c3ef8367e3f6417bcd4 +Subproject commit 2cc9e9e7fc227eecdc1c0c0b088342e88c833a4f diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index b61909177..519ba7d90 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -710,8 +710,9 @@ StScrollBar { border: 1px solid rgba(28, 31, 31, 0.5); } .calendar-day-with-events { - color: #e2e2df; - font-weight: bold; } + color: white; + font-weight: bold; + background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg"); } .calendar-other-month-day { color: rgba(238, 238, 236, 0.15);