Skip to content

Commit e4538de

Browse files
committed
update syntax highlighting theme
1 parent 23efe52 commit e4538de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/shared/markdown.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule Algora.Markdown do
2626
sanitize: MDEx.default_sanitize_options(),
2727
# TODO: sanitize and syntax_highlight_theme are currently incompatible
2828
# since sanitization strips out the syntax highlighting classes
29-
syntax_highlight_theme: "github_dark"
29+
syntax_highlight_theme: "neovim_dark"
3030
]
3131
]
3232

0 commit comments

Comments
 (0)