Skip to main content

MarkdownCodeTheme

Built-in code highlighting themes for markdown code blocks.

Use with flet.Markdown.code_theme to choose a predefined syntax highlighting palette by name.

Inherits: enum.Enum

Properties

  • A11Y_DARK - Uses the a11y-dark syntax highlighting theme.
  • A11Y_LIGHT - Uses the a11y-light syntax highlighting theme.
  • AGATE - Uses the agate syntax highlighting theme.
  • AN_OLD_HOPE - Uses the an-old-hope syntax highlighting theme.
  • ANDROID_STUDIO - Uses the androidstudio syntax highlighting theme.
  • ARDUINO_LIGHT - Uses the arduino-light syntax highlighting theme.
  • ARTA - Uses the arta syntax highlighting theme.
  • ASCETIC - Uses the ascetic syntax highlighting theme.
  • ATELIER_CAVE_DARK - Uses the atelier-cave-dark syntax highlighting theme.
  • ATELIER_CAVE_LIGHT - Uses the atelier-cave-light syntax highlighting theme.
  • ATELIER_DUNE_DARK - Uses the atelier-dune-dark syntax highlighting theme.
  • ATELIER_DUNE_LIGHT - Uses the atelier-dune-light syntax highlighting theme.
  • ATELIER_ESTUARY_DARK - Uses the atelier-estuary-dark syntax highlighting theme.
  • ATELIER_ESTUARY_LIGHT - Uses the atelier-estuary-light syntax highlighting theme.
  • ATELIER_FOREST_DARK - Uses the atelier-forest-dark syntax highlighting theme.
  • ATELIER_FOREST_LIGHT - Uses the atelier-forest-light syntax highlighting theme.
  • ATELIER_HEATH_DARK - Uses the atelier-heath-dark syntax highlighting theme.
  • ATELIER_HEATH_LIGHT - Uses the atelier-heath-light syntax highlighting theme.
  • ATELIER_LAKESIDE_DARK - Uses the atelier-lakeside-dark syntax highlighting theme.
  • ATELIER_LAKESIDE_LIGHT - Uses the atelier-lakeside-light syntax highlighting theme.
  • ATELIER_PLATEAU_DARK - Uses the atelier-plateau-dark syntax highlighting theme.
  • ATELIER_PLATEAU_LIGHT - Uses the atelier-plateau-light syntax highlighting theme.
  • ATELIER_SAVANNA_DARK - Uses the atelier-savanna-dark syntax highlighting theme.
  • ATELIER_SAVANNA_LIGHT - Uses the atelier-savanna-light syntax highlighting theme.
  • ATELIER_SEASIDE_DARK - Uses the atelier-seaside-dark syntax highlighting theme.
  • ATELIER_SEASIDE_LIGHT - Uses the atelier-seaside-light syntax highlighting theme.
  • ATELIER_SULPHURPOOL_DARK - Uses the atelier-sulphurpool-dark syntax highlighting theme.
  • ATELIER_SULPHURPOOL_LIGHT - Uses the atelier-sulphurpool-light syntax highlighting theme.
  • ATOM_ONE_DARK - Uses the atom-one-dark syntax highlighting theme.
  • ATOM_ONE_DARK_REASONABLE - Uses the atom-one-dark-reasonable syntax highlighting theme.
  • ATOM_ONE_LIGHT - Uses the atom-one-light syntax highlighting theme.
  • BROWN_PAPER - Uses the brown-paper syntax highlighting theme.
  • CODEPEN_EMBED - Uses the codepen-embed syntax highlighting theme.
  • COLOR_BREWER - Uses the color-brewer syntax highlighting theme.
  • DARK - Uses the dark syntax highlighting theme.
  • DEFAULT - Uses the default syntax highlighting theme.
  • DOCCO - Uses the docco syntax highlighting theme.
  • DRACULA - Uses the dracula syntax highlighting theme.
  • DRAGULA - Uses the dracula syntax highlighting theme.
  • FAR - Uses the far syntax highlighting theme.
  • FOUNDATION - Uses the foundation syntax highlighting theme.
  • GITHUB - Uses the github syntax highlighting theme.
  • GITHUB_GIST - Uses the github-gist syntax highlighting theme.
  • GML - Uses the gml syntax highlighting theme.
  • GOOGLE_CODE - Uses the googlecode syntax highlighting theme.
  • GRADIENT_DARK - Uses the gradient-dark syntax highlighting theme.
  • GRAYSCALE - Uses the grayscale syntax highlighting theme.
  • GRUVBOX_DARK - Uses the gruvbox-dark syntax highlighting theme.
  • GRUVBOX_LIGHT - Uses the gruvbox-light syntax highlighting theme.
  • HOPSCOTCH - Uses the hopscotch syntax highlighting theme.
  • HYBRID - Uses the hybrid syntax highlighting theme.
  • IDEA - Uses the idea syntax highlighting theme.
  • IR_BLACK - Uses the ir-black syntax highlighting theme.
  • ISBL_EDITOR_DARK - Uses the isbl-editor-dark syntax highlighting theme.
  • ISBL_EDITOR_LIGHT - Uses the isbl-editor-light syntax highlighting theme.
  • KIMBIE_DARK - Uses the kimbie.dark syntax highlighting theme.
  • KIMBIE_LIGHT - Uses the kimbie.light syntax highlighting theme.
  • LIGHTFAIR - Uses the lightfair syntax highlighting theme.
  • MAGULA - Uses the magula syntax highlighting theme.
  • MONO_BLUE - Uses the mono-blue syntax highlighting theme.
  • MONOKAI - Uses the monokai syntax highlighting theme.
  • MONOKAI_SUBLIME - Uses the monokai-sublime syntax highlighting theme.
  • NIGHT_OWL - Uses the night-owl syntax highlighting theme.
  • NORD - Uses the nord syntax highlighting theme.
  • OBSIDIAN - Uses the obsidian syntax highlighting theme.
  • OCEAN - Uses the ocean syntax highlighting theme.
  • PARAISEO_DARK - Uses the paraiso-dark syntax highlighting theme.
  • PARAISEO_LIGHT - Uses the paraiso-light syntax highlighting theme.
  • POJOAQUE - Uses the pojoaque syntax highlighting theme.
  • PURE_BASIC - Uses the purebasic syntax highlighting theme.
  • QT_CREATOR_DARK - Uses the qtcreator_dark syntax highlighting theme.
  • QT_CREATOR_LIGHT - Uses the qtcreator_light syntax highlighting theme.
  • RAILSCASTS - Uses the railscasts syntax highlighting theme.
  • RAINBOW - Uses the rainbow syntax highlighting theme.
  • ROUTERS - Uses the routers syntax highlighting theme.
  • SCHOOL_BOOK - Uses the school-book syntax highlighting theme.
  • SHADES_OF_PURPLE - Uses the shades-of-purple syntax highlighting theme.
  • SOLARIZED_DARK - Uses the solarized-dark syntax highlighting theme.
  • SOLARIZED_LIGHT - Uses the solarized-light syntax highlighting theme.
  • SUNBURST - Uses the sunburst syntax highlighting theme.
  • TOMORROW - Uses the tomorrow syntax highlighting theme.
  • TOMORROW_NIGHT - Uses the tomorrow-night syntax highlighting theme.
  • TOMORROW_NIGHT_BLUE - Uses the tomorrow-night-blue syntax highlighting theme.
  • TOMORROW_NIGHT_BRIGHT - Uses the tomorrow-night-bright syntax highlighting theme.
  • TOMORROW_NIGHT_EIGHTIES - Uses the tomorrow-night-eighties syntax highlighting theme.
  • VS - Uses the vs syntax highlighting theme.
  • VS2015 - Uses the vs2015 syntax highlighting theme.
  • XCODE - Uses the xcode syntax highlighting theme.
  • XT256 - Uses the xt256 syntax highlighting theme.
  • ZENBURN - Uses the zenburn syntax highlighting theme.

Properties

A11Y_DARKclass-attributeinstance-attribute

Uses the a11y-dark syntax highlighting theme.

A11Y_LIGHTclass-attributeinstance-attribute

Uses the a11y-light syntax highlighting theme.

AGATEclass-attributeinstance-attribute

Uses the agate syntax highlighting theme.

AN_OLD_HOPEclass-attributeinstance-attribute

Uses the an-old-hope syntax highlighting theme.

ANDROID_STUDIOclass-attributeinstance-attribute

Uses the androidstudio syntax highlighting theme.

ARDUINO_LIGHTclass-attributeinstance-attribute

Uses the arduino-light syntax highlighting theme.

ARTAclass-attributeinstance-attribute

Uses the arta syntax highlighting theme.

ASCETICclass-attributeinstance-attribute

Uses the ascetic syntax highlighting theme.

ATELIER_CAVE_DARKclass-attributeinstance-attribute

Uses the atelier-cave-dark syntax highlighting theme.

ATELIER_CAVE_LIGHTclass-attributeinstance-attribute

Uses the atelier-cave-light syntax highlighting theme.

ATELIER_DUNE_DARKclass-attributeinstance-attribute

Uses the atelier-dune-dark syntax highlighting theme.

ATELIER_DUNE_LIGHTclass-attributeinstance-attribute

Uses the atelier-dune-light syntax highlighting theme.

ATELIER_ESTUARY_DARKclass-attributeinstance-attribute

Uses the atelier-estuary-dark syntax highlighting theme.

ATELIER_ESTUARY_LIGHTclass-attributeinstance-attribute

Uses the atelier-estuary-light syntax highlighting theme.

ATELIER_FOREST_DARKclass-attributeinstance-attribute

Uses the atelier-forest-dark syntax highlighting theme.

ATELIER_FOREST_LIGHTclass-attributeinstance-attribute

Uses the atelier-forest-light syntax highlighting theme.

ATELIER_HEATH_DARKclass-attributeinstance-attribute

Uses the atelier-heath-dark syntax highlighting theme.

ATELIER_HEATH_LIGHTclass-attributeinstance-attribute

Uses the atelier-heath-light syntax highlighting theme.

ATELIER_LAKESIDE_DARKclass-attributeinstance-attribute

Uses the atelier-lakeside-dark syntax highlighting theme.

ATELIER_LAKESIDE_LIGHTclass-attributeinstance-attribute

Uses the atelier-lakeside-light syntax highlighting theme.

ATELIER_PLATEAU_DARKclass-attributeinstance-attribute

Uses the atelier-plateau-dark syntax highlighting theme.

ATELIER_PLATEAU_LIGHTclass-attributeinstance-attribute

Uses the atelier-plateau-light syntax highlighting theme.

ATELIER_SAVANNA_DARKclass-attributeinstance-attribute

Uses the atelier-savanna-dark syntax highlighting theme.

ATELIER_SAVANNA_LIGHTclass-attributeinstance-attribute

Uses the atelier-savanna-light syntax highlighting theme.

ATELIER_SEASIDE_DARKclass-attributeinstance-attribute

Uses the atelier-seaside-dark syntax highlighting theme.

ATELIER_SEASIDE_LIGHTclass-attributeinstance-attribute

Uses the atelier-seaside-light syntax highlighting theme.

ATELIER_SULPHURPOOL_DARKclass-attributeinstance-attribute

Uses the atelier-sulphurpool-dark syntax highlighting theme.

ATELIER_SULPHURPOOL_LIGHTclass-attributeinstance-attribute

Uses the atelier-sulphurpool-light syntax highlighting theme.

ATOM_ONE_DARKclass-attributeinstance-attribute

Uses the atom-one-dark syntax highlighting theme.

ATOM_ONE_DARK_REASONABLEclass-attributeinstance-attribute

Uses the atom-one-dark-reasonable syntax highlighting theme.

ATOM_ONE_LIGHTclass-attributeinstance-attribute

Uses the atom-one-light syntax highlighting theme.

BROWN_PAPERclass-attributeinstance-attribute

Uses the brown-paper syntax highlighting theme.

CODEPEN_EMBEDclass-attributeinstance-attribute

Uses the codepen-embed syntax highlighting theme.

COLOR_BREWERclass-attributeinstance-attribute

Uses the color-brewer syntax highlighting theme.

DARKclass-attributeinstance-attribute

Uses the dark syntax highlighting theme.

DEFAULTclass-attributeinstance-attribute

Uses the default syntax highlighting theme.

DOCCOclass-attributeinstance-attribute

Uses the docco syntax highlighting theme.

DRACULAclass-attributeinstance-attribute

Uses the dracula syntax highlighting theme.

DRAGULAclass-attributeinstance-attribute

Uses the dracula syntax highlighting theme.

FARclass-attributeinstance-attribute

Uses the far syntax highlighting theme.

FOUNDATIONclass-attributeinstance-attribute

Uses the foundation syntax highlighting theme.

GITHUBclass-attributeinstance-attribute

Uses the github syntax highlighting theme.

GITHUB_GISTclass-attributeinstance-attribute

Uses the github-gist syntax highlighting theme.

GMLclass-attributeinstance-attribute

Uses the gml syntax highlighting theme.

GOOGLE_CODEclass-attributeinstance-attribute

Uses the googlecode syntax highlighting theme.

GRADIENT_DARKclass-attributeinstance-attribute

Uses the gradient-dark syntax highlighting theme.

GRAYSCALEclass-attributeinstance-attribute

Uses the grayscale syntax highlighting theme.

GRUVBOX_DARKclass-attributeinstance-attribute

Uses the gruvbox-dark syntax highlighting theme.

GRUVBOX_LIGHTclass-attributeinstance-attribute

Uses the gruvbox-light syntax highlighting theme.

HOPSCOTCHclass-attributeinstance-attribute

Uses the hopscotch syntax highlighting theme.

HYBRIDclass-attributeinstance-attribute

Uses the hybrid syntax highlighting theme.

IDEAclass-attributeinstance-attribute

Uses the idea syntax highlighting theme.

IR_BLACKclass-attributeinstance-attribute

Uses the ir-black syntax highlighting theme.

ISBL_EDITOR_DARKclass-attributeinstance-attribute

Uses the isbl-editor-dark syntax highlighting theme.

ISBL_EDITOR_LIGHTclass-attributeinstance-attribute

Uses the isbl-editor-light syntax highlighting theme.

KIMBIE_DARKclass-attributeinstance-attribute

Uses the kimbie.dark syntax highlighting theme.

KIMBIE_LIGHTclass-attributeinstance-attribute

Uses the kimbie.light syntax highlighting theme.

LIGHTFAIRclass-attributeinstance-attribute

Uses the lightfair syntax highlighting theme.

MAGULAclass-attributeinstance-attribute

Uses the magula syntax highlighting theme.

MONO_BLUEclass-attributeinstance-attribute

Uses the mono-blue syntax highlighting theme.

MONOKAIclass-attributeinstance-attribute

Uses the monokai syntax highlighting theme.

MONOKAI_SUBLIMEclass-attributeinstance-attribute

Uses the monokai-sublime syntax highlighting theme.

NIGHT_OWLclass-attributeinstance-attribute

Uses the night-owl syntax highlighting theme.

NORDclass-attributeinstance-attribute

Uses the nord syntax highlighting theme.

OBSIDIANclass-attributeinstance-attribute

Uses the obsidian syntax highlighting theme.

OCEANclass-attributeinstance-attribute

Uses the ocean syntax highlighting theme.

PARAISEO_DARKclass-attributeinstance-attribute

Uses the paraiso-dark syntax highlighting theme.

PARAISEO_LIGHTclass-attributeinstance-attribute

Uses the paraiso-light syntax highlighting theme.

POJOAQUEclass-attributeinstance-attribute

Uses the pojoaque syntax highlighting theme.

PURE_BASICclass-attributeinstance-attribute

Uses the purebasic syntax highlighting theme.

QT_CREATOR_DARKclass-attributeinstance-attribute

Uses the qtcreator_dark syntax highlighting theme.

QT_CREATOR_LIGHTclass-attributeinstance-attribute

Uses the qtcreator_light syntax highlighting theme.

RAILSCASTSclass-attributeinstance-attribute

Uses the railscasts syntax highlighting theme.

RAINBOWclass-attributeinstance-attribute

Uses the rainbow syntax highlighting theme.

ROUTERSclass-attributeinstance-attribute

Uses the routers syntax highlighting theme.

SCHOOL_BOOKclass-attributeinstance-attribute

Uses the school-book syntax highlighting theme.

SHADES_OF_PURPLEclass-attributeinstance-attribute

Uses the shades-of-purple syntax highlighting theme.

SOLARIZED_DARKclass-attributeinstance-attribute

Uses the solarized-dark syntax highlighting theme.

SOLARIZED_LIGHTclass-attributeinstance-attribute

Uses the solarized-light syntax highlighting theme.

SUNBURSTclass-attributeinstance-attribute

Uses the sunburst syntax highlighting theme.

TOMORROWclass-attributeinstance-attribute

Uses the tomorrow syntax highlighting theme.

TOMORROW_NIGHTclass-attributeinstance-attribute

Uses the tomorrow-night syntax highlighting theme.

TOMORROW_NIGHT_BLUEclass-attributeinstance-attribute

Uses the tomorrow-night-blue syntax highlighting theme.

TOMORROW_NIGHT_BRIGHTclass-attributeinstance-attribute

Uses the tomorrow-night-bright syntax highlighting theme.

TOMORROW_NIGHT_EIGHTIESclass-attributeinstance-attribute

Uses the tomorrow-night-eighties syntax highlighting theme.

VSclass-attributeinstance-attribute

Uses the vs syntax highlighting theme.

VS2015class-attributeinstance-attribute

Uses the vs2015 syntax highlighting theme.

XCODEclass-attributeinstance-attribute

Uses the xcode syntax highlighting theme.

XT256class-attributeinstance-attribute

Uses the xt256 syntax highlighting theme.

ZENBURNclass-attributeinstance-attribute

Uses the zenburn syntax highlighting theme.