add themes

This commit is contained in:
Simon Belmont 2025-03-24 13:01:00 -04:00
parent 47fac581ee
commit a7dc41d91c
1336 changed files with 190048 additions and 0 deletions

View file

@ -0,0 +1,35 @@
/************
* Calendar *
************/
GtkCalendar {
padding: 1px 4px 2px 4px;
}
GtkCalendar:inconsistent {
color: mix(@fg_color, @bg_color, 0.5);
}
GtkCalendar.view,
GtkCalendar.header,
GtkCalendar.button,
GtkCalendar.button:hover,
GtkCalendar.button:insensitive {
border-width: 0;
background-color: transparent;
background-image: none;
}
.highlight,
GtkCalendar.highlight {
border-width: 0;
background-color: transparent;
color: @selected_bg_color;
}
GtkCalendar:selected {
border-radius: 5px;
}
GtkCalendar:selected:selected {
background-color: @selected_bg_color;
}