diff --git a/src/config/Config.zig b/src/config/Config.zig index e949ab1..e5f57d1 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -28,7 +28,7 @@ colormix_col3: u32 = 0x20000000, console_dev: []const u8 = "/dev/console", default_input: Input = .login, error_bg: u32 = 0x00000000, -error_fg: u32 = 0x11FF0000, +error_fg: u32 = 0x01FF0000, fg: u32 = 0x00FFFFFF, hide_borders: bool = false, hide_key_hints: bool = false,