fix(ui): adjust default bg color

This commit is contained in:
Aram Drevekenin 2022-04-13 15:36:04 +02:00
parent 4f13307828
commit 25492b448d

View file

@ -59,7 +59,7 @@ pub mod colors {
pub const BRIGHT_GRAY: u8 = 245;
pub const RED: u8 = 88;
pub const ORANGE: u8 = 166;
pub const BLACK: u8 = 232;
pub const BLACK: u8 = 16;
pub const MAGENTA: u8 = 201;
pub const CYAN: u8 = 51;
pub const YELLOW: u8 = 226;