From 65c93960d44fb50cd6d9f96ab1aa9e01201a5f88 Mon Sep 17 00:00:00 2001 From: electria Date: Mon, 10 Aug 2026 12:26:21 -0700 Subject: [PATCH] feat: black background unfortunately this means no hover feedback from buttons --- src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mod.rs b/src/app/mod.rs index ca810f3..83290d1 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -265,7 +265,7 @@ pub fn run() -> Result<(), impl std::error::Error> { .theme(theme::Theme::custom( "high-contrast-dark", theme::Palette { - background: Color::from_rgb8(10, 10, 10), + background: Color::BLACK, text: Color::WHITE, ..theme::Palette::DARK },