feat: black background
unfortunately this means no hover feedback from buttons
This commit is contained in:
parent
1b705049ba
commit
65c93960d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue