feat: use fully black background

This commit is contained in:
electria 2026-08-15 14:49:24 -07:00
commit 799064eae4
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

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