diff --git a/crates/ui/src/theme.rs b/crates/ui/src/theme.rs index 416ab5c5..1283550a 100644 --- a/crates/ui/src/theme.rs +++ b/crates/ui/src/theme.rs @@ -173,7 +173,7 @@ impl Colors { Colors { title_bar_background: hsl(0., 0., 12.), background: hsl(0.0, 0.0, 6.0), - foreground: hsl(0., 0., 98.), + foreground: hsl(240., 5., 65.), card: hsl(299.0, 2., 9.), card_foreground: hsl(0.0, 0.0, 98.0), popover: hsl(240.0, 10.0, 3.9),