From f798534138609b6ba625b8cde936f7d7c1c7e5c7 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Mon, 2 Mar 2026 20:19:36 +0200 Subject: [PATCH] small updates. --- config/foot/foot.ini | 3 ++- config/random/gnome-shell.css | 47 +++++++++++++++++++---------------- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index dd48b65..0a55778 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -15,7 +15,8 @@ blink=yes [colors] # Background & Foreground -background=1f1f28 +#background=1f1f28 +background=1e1e1e foreground=dcd7ba # Normal colors (regular0..7) diff --git a/config/random/gnome-shell.css b/config/random/gnome-shell.css index 0c394d5..e630156 100644 --- a/config/random/gnome-shell.css +++ b/config/random/gnome-shell.css @@ -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; +}