small updates.

This commit is contained in:
Jason Hilder 2026-03-02 20:19:36 +02:00
parent 027f0d6e2e
commit f798534138
2 changed files with 27 additions and 23 deletions

View File

@ -15,7 +15,8 @@ blink=yes
[colors]
# Background & Foreground
background=1f1f28
#background=1f1f28
background=1e1e1e
foreground=dcd7ba
# Normal colors (regular0..7)

View File

@ -61,27 +61,24 @@
.world-clocks-button,
.weather-button,
.events-button {
background-color: #242424 !important;
border: 1px solid rgba(255,255,255,0.08) !important;
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
box-shadow: none !important;
}
.notification-banner,
.notification,
.message {
background-color: #242424 !important;
border: 1px solid rgba(255,255,255,0.08) !important;
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
}
.quick-settings-tile {
background-color: #2a2a2a !important;
border: 1px solid rgba(255,255,255,0.06) !important;
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
}
.quick-settings-tile:hover,
.menu-item:hover {
background-color: #303030 !important;
}
/* CALENDAR SECTION */
/* Calendar day buttons - normal state */
.calendar-day-base,
@ -91,16 +88,10 @@
box-shadow: none !important;
}
/* Hover */
.calendar-day-base:hover,
.calendar-day:hover {
background-color: #303030 !important;
}
/* Today (subtle outline, not filled) */
.calendar-day-base.calendar-today {
background-color: transparent !important;
border: 1px solid rgba(255,255,255,0.15) !important;
border: 1px solid transparent !important;
}
/* Selected day (accent-style soft fill) */
@ -124,13 +115,25 @@
border-radius: 8px !important; /* 0 if you want square */
}
.calendar-change-month-back:hover,
.calendar-change-month-forward:hover {
background-color: #353535 !important;
}
/* Weekday header row (S M T W T F S) */
.calendar-day-heading {
background-color: transparent !important;
color: rgba(255,255,255,0.6) !important;
}
/* Hover */
.calendar-day-base:hover,
.calendar-day:hover {
background-color: #303030 !important;
}
.quick-settings-tile:hover,
.menu-item:hover {
background-color: #303030 !important;
}
.calendar-change-month-back:hover,
.calendar-change-month-forward:hover {
background-color: #353535 !important;
}