Skip to content

Commit

Permalink
try github-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Sep 5, 2024
1 parent 97755bc commit 379e47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/vendor/code.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/cmark/readme_renderer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class ReadmeRenderer < Cmark::HTMLRenderer
end

if lexer = Tartrazine.lexer(name: language_name)
theme = Tartrazine.theme("dracula")
theme = Tartrazine.theme("github-dark")
formatter = Tartrazine::Html.new(theme)
formatter.standalone = false
p! formatter.style_defs
Expand Down

0 comments on commit 379e47a

Please sign in to comment.