changed text brightness in weather daily and weather hourly

This commit is contained in:
ChuckBuilds
2025-04-18 20:25:18 -05:00
parent d7a6d45e06
commit 9cd5009327

View File

@@ -401,7 +401,7 @@ class WeatherManager:
draw.text((center_x - hour_width // 2, 1),
hour_text,
font=self.display_manager.small_font,
fill=self.COLORS['dim'])
fill=self.COLORS['text'])
# Draw weather icon centered vertically between top/bottom text
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)
@@ -471,7 +471,7 @@ class WeatherManager:
draw.text((center_x - day_width // 2, 1),
day_text,
font=self.display_manager.small_font,
fill=self.COLORS['extra_dim'])
fill=self.COLORS['text'])
# Draw weather icon centered vertically between top/bottom text
icon_size = self.ICON_SIZE['large'] # Changed from medium to large (28)