From 799064eae42aeda0a8ebaf2191ec70bdf9a39d43 Mon Sep 17 00:00:00 2001 From: electria Date: Sat, 15 Aug 2026 14:49:24 -0700 Subject: [PATCH] feat: use fully black background --- 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 48c6a74..1e0262a 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -64,7 +64,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 },