diff --git a/fastanime/core/config/model.py b/fastanime/core/config/model.py index 80609b6..5343537 100644 --- a/fastanime/core/config/model.py +++ b/fastanime/core/config/model.py @@ -17,7 +17,57 @@ class GeneralConfig(BaseModel): default=defaults.GENERAL_PREFERRED_TRACKER, description=desc.GENERAL_PREFERRED_TRACKER, ) - pygment_style: str = Field( + pygment_style: Literal[ + "abap", + "algol", + "algol_nu", + "arduino", + "autumn", + "bw", + "borland", + "coffee", + "colorful", + "default", + "dracula", + "emacs", + "friendly_grayscale", + "friendly", + "fruity", + "github-dark", + "gruvbox-dark", + "gruvbox-light", + "igor", + "inkpot", + "lightbulb", + "lilypond", + "lovelace", + "manni", + "material", + "monokai", + "murphy", + "native", + "nord-darker", + "nord", + "one-dark", + "paraiso-dark", + "paraiso-light", + "pastie", + "perldoc", + "rainbow_dash", + "rrt", + "sas", + "solarized-dark", + "solarized-light", + "staroffice", + "stata-dark", + "stata-light", + "tango", + "trac", + "vim", + "vs", + "xcode", + "zenburn", + ] = Field( default=defaults.GENERAL_PYGMENT_STYLE, description=desc.GENERAL_PYGMENT_STYLE ) preferred_spinner: Literal[