diff --git a/src/style.zig b/src/style.zig index c173e80..7225b57 100644 --- a/src/style.zig +++ b/src/style.zig @@ -66,6 +66,7 @@ pub fn value(this: Style, writer: anytype, cp: u21) !void { try std.fmt.format(writer, "m", .{}); // content try std.fmt.format(writer, "{s}", .{buffer}); + try std.fmt.format(writer, "\x1b[0m", .{}); } // TODO: implement helper functions for terminal capabilities: