small updates.
This commit is contained in:
parent
027f0d6e2e
commit
f798534138
|
|
@ -15,7 +15,8 @@ blink=yes
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
# Background & Foreground
|
# Background & Foreground
|
||||||
background=1f1f28
|
#background=1f1f28
|
||||||
|
background=1e1e1e
|
||||||
foreground=dcd7ba
|
foreground=dcd7ba
|
||||||
|
|
||||||
# Normal colors (regular0..7)
|
# Normal colors (regular0..7)
|
||||||
|
|
|
||||||
|
|
@ -61,27 +61,24 @@
|
||||||
.world-clocks-button,
|
.world-clocks-button,
|
||||||
.weather-button,
|
.weather-button,
|
||||||
.events-button {
|
.events-button {
|
||||||
background-color: #242424 !important;
|
background-color: #1e1e1e !important;
|
||||||
border: 1px solid rgba(255,255,255,0.08) !important;
|
border: 1px solid transparent !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-banner,
|
.notification-banner,
|
||||||
.notification,
|
.notification,
|
||||||
.message {
|
.message {
|
||||||
background-color: #242424 !important;
|
background-color: #1e1e1e !important;
|
||||||
border: 1px solid rgba(255,255,255,0.08) !important;
|
border: 1px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-settings-tile {
|
.quick-settings-tile {
|
||||||
background-color: #2a2a2a !important;
|
background-color: #1e1e1e !important;
|
||||||
border: 1px solid rgba(255,255,255,0.06) !important;
|
border: 1px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-settings-tile:hover,
|
/* CALENDAR SECTION */
|
||||||
.menu-item:hover {
|
|
||||||
background-color: #303030 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Calendar day buttons - normal state */
|
/* Calendar day buttons - normal state */
|
||||||
.calendar-day-base,
|
.calendar-day-base,
|
||||||
|
|
@ -91,16 +88,10 @@
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hover */
|
|
||||||
.calendar-day-base:hover,
|
|
||||||
.calendar-day:hover {
|
|
||||||
background-color: #303030 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Today (subtle outline, not filled) */
|
/* Today (subtle outline, not filled) */
|
||||||
.calendar-day-base.calendar-today {
|
.calendar-day-base.calendar-today {
|
||||||
background-color: transparent !important;
|
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) */
|
/* Selected day (accent-style soft fill) */
|
||||||
|
|
@ -124,13 +115,25 @@
|
||||||
border-radius: 8px !important; /* 0 if you want square */
|
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) */
|
/* Weekday header row (S M T W T F S) */
|
||||||
.calendar-day-heading {
|
.calendar-day-heading {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: rgba(255,255,255,0.6) !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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue