feat: use fully black background
This commit is contained in:
parent
2314f67349
commit
799064eae4
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ pub fn run() -> Result<(), impl std::error::Error> {
|
||||||
.theme(theme::Theme::custom(
|
.theme(theme::Theme::custom(
|
||||||
"high-contrast-dark",
|
"high-contrast-dark",
|
||||||
theme::Palette {
|
theme::Palette {
|
||||||
background: Color::from_rgb8(10, 10, 10),
|
background: Color::BLACK,
|
||||||
text: Color::WHITE,
|
text: Color::WHITE,
|
||||||
..theme::Palette::DARK
|
..theme::Palette::DARK
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue