nwg-panel: theme the calendar

This commit is contained in:
Colin 2024-06-14 09:17:46 +00:00
parent 5abcc7d399
commit 654858f8ff

View File

@ -60,6 +60,20 @@ button {
box-shadow: none;
}
/* the CSS nodes are difficult to determine.
* reference: <https://github.com/numixproject/numix-gtk-theme/blob/master/src/gtk-3.20/scss/widgets/_calendar.scss>
*/
#calendar-window {
background-color: @accent-l0;
}
calendar {
background-color: @accent-l0;
}
calendar :selected {
background-color: @accent-r1;
}
#controls-window {
border-radius: 15px;
background: @bg1;