improve mzteinit colors

This commit is contained in:
LordMZTE 2022-09-08 17:15:07 +02:00
parent c39644a5a3
commit 6694786a5c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ zls-bin
install-scripts target=(`echo $HOME` + "/.local/bin"): build-scripts
cp scripts/randomwallpaper/zig-out/bin/randomwallpaper {{target}}/randomwallpaper
cp scripts/playtwitch/zig-out/bin/playtwitch {{target}}/playtwitch
rm {{target}}/mzteinit || true
cp scripts/mzteinit/zig-out/bin/mzteinit {{target}}/mzteinit
ln -sf \

View file

@ -30,7 +30,7 @@ fn ui() !run.Command {
var style: ?at.style.Style = null;
for (std.enums.values(run.Command)) |tag| {
try updateStyle(w, .{ .foreground = .Blue }, &style);
try updateStyle(w, .{ .foreground = .Cyan }, &style);
try w.print("[{c}] ", .{tag.char()});
try updateStyle(w, .{ .foreground = .Green }, &style);
try w.print("{s}\n", .{@tagName(tag)});