Added test binary, code to read base16 themes

This commit is contained in:
2024-08-06 18:03:05 -03:00
parent a2394a7313
commit 94bc221545
4 changed files with 44 additions and 5 deletions

View File

@ -66,7 +66,3 @@ module Tartrazine
end
end
end
lexer = Tartrazine.lexer("crystal")
theme = Tartrazine.theme("catppuccin-macchiato")
puts Tartrazine::Html.new.format(File.read(ARGV[0]), lexer, theme)