fix postbox design

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-20 13:43:22 -07:00
parent bb6c68e05c
commit 18d5d95ef9
3 changed files with 62 additions and 51 deletions

View File

@@ -89,7 +89,7 @@ pub fn light_color_theme() -> ColorTheme {
ColorTheme {
// VISUALS
panel_fill: Color32::WHITE,
extreme_bg_color: EVEN_DARKER_GRAY,
extreme_bg_color: LIGHTER_GRAY,
text_color: BLACK,
err_fg_color: RED_700,
warn_fg_color: ORANGE_700,