Skip to content
New issue

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

[BUG] Syntax highlighting theme not working #93

Open
Mag1cByt3s opened this issue Apr 8, 2022 · 0 comments
Open

[BUG] Syntax highlighting theme not working #93

Mag1cByt3s opened this issue Apr 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Mag1cByt3s
Copy link

Describe the bug

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

Expected behavior

The syntax highlighting theme should get changed.

Build Environment

Preview Environment

  • OS: Fedora
  • Browser Chrome
@Mag1cByt3s Mag1cByt3s added the bug Something isn't working label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant