Skip to content

Commit

Permalink
lua: fix deprecated name for change-256colors
Browse files Browse the repository at this point in the history
  • Loading branch information
milhnl committed Jan 23, 2024
1 parent 8ff0bea commit 38f7f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/vis-std.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 38f7f52

Please sign in to comment.