Fix typo in list-themes browser (#3919)

This is a small PR to fix a tiny continuity typo I noticed in the
list-themes viewer.

#### Before and After


![image](https://github.com/user-attachments/assets/c95b23bb-01ad-4e82-8f9b-0b8559d006ba)
This commit is contained in:
Mitchell Hashimoto
2024-12-29 13:29:41 -08:00
committed by GitHub

View File

@ -1102,7 +1102,7 @@ const Preview = struct {
}, },
.{ .{
.text = "ziggzag.zig", .text = "ziggzagg.zig",
.style = bold, .style = bold,
}, },
}, },