update terminal colors

This commit is contained in:
Michael Chris Lopez
2021-08-28 10:46:12 +08:00
parent 2cd9ae25f3
commit 963e2529d7
2 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ function M.print_terminal_colors()
for i, v in ipairs(terminal.colors) do
table.insert(lines, "ansi color" .. (i - 1) .. ": " .. v.hex)
-- table.insert(lines, "let g:terminal_color_" .. (i - 1) .. " = '" .. v.hex .. "'")
end
table.insert(lines, "cursor foreground: " .. t.Cursor.fg.hex)