Forgot a file lol

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-03-06 13:09:19 +01:00
parent 0c69e0412c
commit 3e6d7a1b3b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,