plain is not a valid theme

This commit is contained in:
Elijah 2024-10-26 15:13:01 +00:00
parent 469cbf4068
commit e24e2a3631

View File

@ -254,6 +254,7 @@ LiteralCodeLanguage = Literal[
"pascal", "pascal",
"perl", "perl",
"php", "php",
"plain",
"plsql", "plsql",
"po", "po",
"postcss", "postcss",
@ -370,10 +371,11 @@ LiteralCodeTheme = Literal[
"nord", "nord",
"one-dark-pro", "one-dark-pro",
"one-light", "one-light",
"plain",
"plastic", "plastic",
"poimandres", "poimandres",
"red", "red",
# rose-pine themes dont work with the current version of shikijs transformers
# https://github.com/shikijs/shiki/issues/730
"rose-pine", "rose-pine",
"rose-pine-dawn", "rose-pine-dawn",
"rose-pine-moon", "rose-pine-moon",