HTML formatter option: line_numbers / highlight_lines

This commit is contained in:
2024-08-09 14:00:42 -03:00
parent d0c2b1764a
commit f98f44365f
5 changed files with 15 additions and 6 deletions

View File

@ -104,6 +104,7 @@ module Tartrazine
# https://github.com/mohd-akram/base16-pygments/
theme.styles["Background"] = Style.new(color: t["base05"], background: t["base00"])
theme.styles["Highlight"] = Style.new(color: t["base0D"], background: t["base01"])
theme.styles["Text"] = Style.new(color: t["base05"])
theme.styles["Error"] = Style.new(color: t["base08"])
theme.styles["Comment"] = Style.new(color: t["base03"])