feat: black background

unfortunately this means no hover feedback from buttons
This commit is contained in:
electria 2026-08-10 12:26:21 -07:00
commit 65c93960d4
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -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
},