Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3057  / 3 Years ago, sat, october 30, 2021, 12:00:42

I've just updated to Ubuntu 20.04 from 18.04. I am using Flat Remix GNOME Theme, but GNOME Calendar in the top panel didn't change its color, now it looks like this:

GNOME Calendar in top panel


When I had Ubuntu 18.04 GNOME Calendar in the top panel took theme's colors and it was black as well. How can I fix it now?


I've installed it from here putting all files in ~/.themes and then just selected the theme in GNOME Tweaks.


More From » themes

 Answers
2

I did not get "Flat Remix GNOME" theme from the link you provided.. It has lot of themes..


for testing purpose.. I choose Flat-Remix-Blue


enter image description here


open the file


gedit $HOME/.themes/Flat-Remix-Blue/gnome-shell/gnome-shell.css

search for "calendarArea"


#calendarArea {
padding: 0; }

.datemenu-calendar-column {
spacing: 6px;
border: 0 solid #d9d9d9;
padding: 0 12px; }
.datemenu-calendar-column:ltr {
background-color: yellow; # Have added this line.. Change the color you want..
margin-right: 8px;
border-left-width: 1px; }
.datemenu-calendar-column:rtl {
margin-left: 8px;
border-right-width: 1px; }
.datemenu-calendar-column .datemenu-displays-box {
spacing: 6px; }

Change color yellow with your required color..


enter image description here


[#3065] Saturday, October 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zombieptu

Total Points: 490
Total Questions: 121
Total Answers: 108

Location: Nepal
Member since Mon, Jan 4, 2021
3 Years ago
;