Minor light theme update

More readable color
This commit is contained in:
0x192 2022-01-18 23:31:55 +01:00
commit 6a2de27d42
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D

View file

@ -74,7 +74,7 @@ impl Theme {
foreground: hex_to_color("#E0E0E0").unwrap(),
},
normal: NormalColors {
primary: hex_to_color("#673AB7").unwrap(),
primary: hex_to_color("#818181").unwrap(),
secondary: hex_to_color("#F9D659").unwrap(),
surface: hex_to_color("#818181").unwrap(),
error: hex_to_color("#992B2B").unwrap(),