color mix animation

This commit is contained in:
winlith
2025-01-17 22:37:48 +01:00
parent e125d8f1aa
commit f5f7422d82
5 changed files with 101 additions and 4 deletions

View File

@@ -22,6 +22,9 @@ brightness_up_key: []const u8 = "F6",
clear_password: bool = false,
clock: ?[:0]const u8 = null,
cmatrix_fg: u16 = 3,
colormix_col1: u16 = 2,
colormix_col2: u16 = 5,
colormix_col3: u16 = 1,
console_dev: []const u8 = "/dev/console",
default_input: Input = .login,
error_bg: u16 = 0,