diff --git a/lua/vis-std.lua b/lua/vis-std.lua index 2a2f91bdc..971d24715 100644 --- a/lua/vis-std.lua +++ b/lua/vis-std.lua @@ -2,7 +2,7 @@ vis.events.subscribe(vis.events.INIT, function() if os.getenv("TERM_PROGRAM") == "Apple_Terminal" then - vis:command("set change-256colors false"); + vis:command("set change256colors false"); end vis:command("set theme ".. (vis.ui.colors <= 16 and "default-16" or "default-256")) end)