diff --git a/reflex/components/datadisplay/shiki_code_block.py b/reflex/components/datadisplay/shiki_code_block.py index 9b80c308a..ea4c03f1f 100644 --- a/reflex/components/datadisplay/shiki_code_block.py +++ b/reflex/components/datadisplay/shiki_code_block.py @@ -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",