Skip to content

Commit

Permalink
Merge branch 'topic/pretty-printer-base16'
Browse files Browse the repository at this point in the history
  • Loading branch information
bb010g committed Jan 13, 2025
2 parents 3a0624f + fa81339 commit 90411c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pretty-printer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ end
-- base16 colors: https://github.com/tinted-theming/home/blob/main/styling.md
local colors = {
"\27[38;5;1m", -- base08
-- "\27[38;5;16m", -- base09
-- "\27[38;5;16m", -- base09 (out of stock ANSI range)
"\27[38;5;3m", -- base0A
"\27[38;5;2m", -- base0B
"\27[38;5;6m", -- base0C
-- "\27[38;5;6m", -- base0C (uncomfortably close to base0D)
"\27[38;5;4m", -- base0D
"\27[38;5;5m", -- base0E
-- "\27[38;5;17m", -- base0F
-- "\27[38;5;17m", -- base0F (out of stock ANSI range)
}

function PrettyPrint:_color()
Expand Down

0 comments on commit 90411c7

Please sign in to comment.