We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to change the syntax highlighting theme to Dracula like so:
[markup.highlight] anchorLineNos = false codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highligher. guessSyntax = true hl_Lines = '' lineAnchors = '' lineNoStart = 1 lineNos = true lineNumbersInTable = true # false is a necessary configuration # (https://github.com/khusika/FeelIt/issues/158) noClasses = true noHl = false tabWidth = 4 pygmentsCodefences = true pygmentsStyle = "dracula"
However I am not able to change the default code highlighter scheme of this theme
The syntax highlighting theme should get changed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I tried to change the syntax highlighting theme to Dracula like so:
However I am not able to change the default code highlighter scheme of this theme
Expected behavior
The syntax highlighting theme should get changed.
Build Environment
Preview Environment
The text was updated successfully, but these errors were encountered: