diff --git a/src/main.zig b/src/main.zig index 3710c59..7042b7a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -71,15 +71,15 @@ var lbuf: [4]u8 = undefined; const Core = struct { allocator: std.mem.Allocator, mutex: Mutex = Mutex{}, - mode: Mode = Mode.binary, - style: Style = Style.default, + mode: Mode = .binary, + color: Color = .default, + style: Style = .default, speed: Speed = .fast, debug: bool = false, active: bool = false, rendering: bool = false, accents: bool = false, pulse: bool = false, - color: Color = Color.default, bg: u32 = tb.TB_DEFAULT, width: u32 = 0, height: u32 = 0,