fix mapping

This commit is contained in:
Elijah 2024-10-02 10:38:58 +00:00
parent 1df9e69dc1
commit 76d340a38b

View File

@ -37,7 +37,7 @@ LINE_NUMBER_STYLING = {
"color": "rgba(115,138,148,.4)",
},
}
THEME_MAPPING = {"light": "one-light", "dark": "one-dark"}
THEME_MAPPING = {"light": "one-light", "dark": "one-dark-pro"}
LiteralCodeLanguage = Literal[
"abap",
"actionscript-3",