fix mapping

This commit is contained in:
Elijah 2024-10-02 10:38:40 +00:00
parent e5875106e7
commit 1df9e69dc1

View File

@ -42,7 +42,7 @@ LINE_NUMBER_STYLING = {
},
}
THEME_MAPPING = {"light": "one-light", "dark": "one-dark"}
THEME_MAPPING = {"light": "one-light", "dark": "one-dark-pro"}
LiteralCodeLanguage = Literal[
"abap",
"actionscript-3",