Skip to content

MarkdownCodeTheme

Inherits: Enum

Built-in code highlighting themes for markdown code blocks.

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

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.

  • ANDROID_STUDIO

    Uses the androidstudio syntax highlighting theme.

  • AN_OLD_HOPE

    Uses the an-old-hope 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.

  • MONOKAI

    Uses the monokai syntax highlighting theme.

  • MONOKAI_SUBLIME

    Uses the monokai-sublime syntax highlighting theme.

  • MONO_BLUE

    Uses the mono-blue 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_DARK = 'a11y-dark' class-attribute instance-attribute #

Uses the a11y-dark syntax highlighting theme.

A11Y_LIGHT = 'a11y-light' class-attribute instance-attribute #

Uses the a11y-light syntax highlighting theme.

AGATE = 'agate' class-attribute instance-attribute #

Uses the agate syntax highlighting theme.

ANDROID_STUDIO = 'androidstudio' class-attribute instance-attribute #

Uses the androidstudio syntax highlighting theme.

AN_OLD_HOPE = 'an-old-hope' class-attribute instance-attribute #

Uses the an-old-hope syntax highlighting theme.

ARDUINO_LIGHT = 'arduino-light' class-attribute instance-attribute #

Uses the arduino-light syntax highlighting theme.

ARTA = 'arta' class-attribute instance-attribute #

Uses the arta syntax highlighting theme.

ASCETIC = 'ascetic' class-attribute instance-attribute #

Uses the ascetic syntax highlighting theme.

ATELIER_CAVE_DARK = 'atelier-cave-dark' class-attribute instance-attribute #

Uses the atelier-cave-dark syntax highlighting theme.

ATELIER_CAVE_LIGHT = 'atelier-cave-light' class-attribute instance-attribute #

Uses the atelier-cave-light syntax highlighting theme.

ATELIER_DUNE_DARK = 'atelier-dune-dark' class-attribute instance-attribute #

Uses the atelier-dune-dark syntax highlighting theme.

ATELIER_DUNE_LIGHT = 'atelier-dune-light' class-attribute instance-attribute #

Uses the atelier-dune-light syntax highlighting theme.

ATELIER_ESTUARY_DARK = 'atelier-estuary-dark' class-attribute instance-attribute #

Uses the atelier-estuary-dark syntax highlighting theme.

ATELIER_ESTUARY_LIGHT = 'atelier-estuary-light' class-attribute instance-attribute #

Uses the atelier-estuary-light syntax highlighting theme.

ATELIER_FOREST_DARK = 'atelier-forest-dark' class-attribute instance-attribute #

Uses the atelier-forest-dark syntax highlighting theme.

ATELIER_FOREST_LIGHT = 'atelier-forest-light' class-attribute instance-attribute #

Uses the atelier-forest-light syntax highlighting theme.

ATELIER_HEATH_DARK = 'atelier-heath-dark' class-attribute instance-attribute #

Uses the atelier-heath-dark syntax highlighting theme.

ATELIER_HEATH_LIGHT = 'atelier-heath-light' class-attribute instance-attribute #

Uses the atelier-heath-light syntax highlighting theme.

ATELIER_LAKESIDE_DARK = 'atelier-lakeside-dark' class-attribute instance-attribute #

Uses the atelier-lakeside-dark syntax highlighting theme.

ATELIER_LAKESIDE_LIGHT = 'atelier-lakeside-light' class-attribute instance-attribute #

Uses the atelier-lakeside-light syntax highlighting theme.

ATELIER_PLATEAU_DARK = 'atelier-plateau-dark' class-attribute instance-attribute #

Uses the atelier-plateau-dark syntax highlighting theme.

ATELIER_PLATEAU_LIGHT = 'atelier-plateau-light' class-attribute instance-attribute #

Uses the atelier-plateau-light syntax highlighting theme.

ATELIER_SAVANNA_DARK = 'atelier-savanna-dark' class-attribute instance-attribute #

Uses the atelier-savanna-dark syntax highlighting theme.

ATELIER_SAVANNA_LIGHT = 'atelier-savanna-light' class-attribute instance-attribute #

Uses the atelier-savanna-light syntax highlighting theme.

ATELIER_SEASIDE_DARK = 'atelier-seaside-dark' class-attribute instance-attribute #

Uses the atelier-seaside-dark syntax highlighting theme.

ATELIER_SEASIDE_LIGHT = 'atelier-seaside-light' class-attribute instance-attribute #

Uses the atelier-seaside-light syntax highlighting theme.

ATELIER_SULPHURPOOL_DARK = 'atelier-sulphurpool-dark' class-attribute instance-attribute #

Uses the atelier-sulphurpool-dark syntax highlighting theme.

ATELIER_SULPHURPOOL_LIGHT = 'atelier-sulphurpool-light' class-attribute instance-attribute #

Uses the atelier-sulphurpool-light syntax highlighting theme.

ATOM_ONE_DARK = 'atom-one-dark' class-attribute instance-attribute #

Uses the atom-one-dark syntax highlighting theme.

ATOM_ONE_DARK_REASONABLE = 'atom-one-dark-reasonable' class-attribute instance-attribute #

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

ATOM_ONE_LIGHT = 'atom-one-light' class-attribute instance-attribute #

Uses the atom-one-light syntax highlighting theme.

BROWN_PAPER = 'brown-paper' class-attribute instance-attribute #

Uses the brown-paper syntax highlighting theme.

CODEPEN_EMBED = 'codepen-embed' class-attribute instance-attribute #

Uses the codepen-embed syntax highlighting theme.

COLOR_BREWER = 'color-brewer' class-attribute instance-attribute #

Uses the color-brewer syntax highlighting theme.

DARK = 'dark' class-attribute instance-attribute #

Uses the dark syntax highlighting theme.

DEFAULT = 'default' class-attribute instance-attribute #

Uses the default syntax highlighting theme.

DOCCO = 'docco' class-attribute instance-attribute #

Uses the docco syntax highlighting theme.

DRACULA = 'dracula' class-attribute instance-attribute #

Uses the dracula syntax highlighting theme.

DRAGULA = 'dracula' class-attribute instance-attribute #

Uses the dracula syntax highlighting theme.

FAR = 'far' class-attribute instance-attribute #

Uses the far syntax highlighting theme.

FOUNDATION = 'foundation' class-attribute instance-attribute #

Uses the foundation syntax highlighting theme.

GITHUB = 'github' class-attribute instance-attribute #

Uses the github syntax highlighting theme.

GITHUB_GIST = 'github-gist' class-attribute instance-attribute #

Uses the github-gist syntax highlighting theme.

GML = 'gml' class-attribute instance-attribute #

Uses the gml syntax highlighting theme.

GOOGLE_CODE = 'googlecode' class-attribute instance-attribute #

Uses the googlecode syntax highlighting theme.

GRADIENT_DARK = 'gradient-dark' class-attribute instance-attribute #

Uses the gradient-dark syntax highlighting theme.

GRAYSCALE = 'grayscale' class-attribute instance-attribute #

Uses the grayscale syntax highlighting theme.

GRUVBOX_DARK = 'gruvbox-dark' class-attribute instance-attribute #

Uses the gruvbox-dark syntax highlighting theme.

GRUVBOX_LIGHT = 'gruvbox-light' class-attribute instance-attribute #

Uses the gruvbox-light syntax highlighting theme.

HOPSCOTCH = 'hopscotch' class-attribute instance-attribute #

Uses the hopscotch syntax highlighting theme.

HYBRID = 'hybrid' class-attribute instance-attribute #

Uses the hybrid syntax highlighting theme.

IDEA = 'idea' class-attribute instance-attribute #

Uses the idea syntax highlighting theme.

IR_BLACK = 'ir-black' class-attribute instance-attribute #

Uses the ir-black syntax highlighting theme.

ISBL_EDITOR_DARK = 'isbl-editor-dark' class-attribute instance-attribute #

Uses the isbl-editor-dark syntax highlighting theme.

ISBL_EDITOR_LIGHT = 'isbl-editor-light' class-attribute instance-attribute #

Uses the isbl-editor-light syntax highlighting theme.

KIMBIE_DARK = 'kimbie.dark' class-attribute instance-attribute #

Uses the kimbie.dark syntax highlighting theme.

KIMBIE_LIGHT = 'kimbie.light' class-attribute instance-attribute #

Uses the kimbie.light syntax highlighting theme.

LIGHTFAIR = 'lightfair' class-attribute instance-attribute #

Uses the lightfair syntax highlighting theme.

MAGULA = 'magula' class-attribute instance-attribute #

Uses the magula syntax highlighting theme.

MONOKAI = 'monokai' class-attribute instance-attribute #

Uses the monokai syntax highlighting theme.

MONOKAI_SUBLIME = 'monokai-sublime' class-attribute instance-attribute #

Uses the monokai-sublime syntax highlighting theme.

MONO_BLUE = 'mono-blue' class-attribute instance-attribute #

Uses the mono-blue syntax highlighting theme.

NIGHT_OWL = 'night-owl' class-attribute instance-attribute #

Uses the night-owl syntax highlighting theme.

NORD = 'nord' class-attribute instance-attribute #

Uses the nord syntax highlighting theme.

OBSIDIAN = 'obsidian' class-attribute instance-attribute #

Uses the obsidian syntax highlighting theme.

OCEAN = 'ocean' class-attribute instance-attribute #

Uses the ocean syntax highlighting theme.

PARAISEO_DARK = 'paraiso-dark' class-attribute instance-attribute #

Uses the paraiso-dark syntax highlighting theme.

PARAISEO_LIGHT = 'paraiso-light' class-attribute instance-attribute #

Uses the paraiso-light syntax highlighting theme.

POJOAQUE = 'pojoaque' class-attribute instance-attribute #

Uses the pojoaque syntax highlighting theme.

PURE_BASIC = 'purebasic' class-attribute instance-attribute #

Uses the purebasic syntax highlighting theme.

QT_CREATOR_DARK = 'qtcreator_dark' class-attribute instance-attribute #

Uses the qtcreator_dark syntax highlighting theme.

QT_CREATOR_LIGHT = 'qtcreator_light' class-attribute instance-attribute #

Uses the qtcreator_light syntax highlighting theme.

RAILSCASTS = 'railscasts' class-attribute instance-attribute #

Uses the railscasts syntax highlighting theme.

RAINBOW = 'rainbow' class-attribute instance-attribute #

Uses the rainbow syntax highlighting theme.

ROUTERS = 'routers' class-attribute instance-attribute #

Uses the routers syntax highlighting theme.

SCHOOL_BOOK = 'school-book' class-attribute instance-attribute #

Uses the school-book syntax highlighting theme.

SHADES_OF_PURPLE = 'shades-of-purple' class-attribute instance-attribute #

Uses the shades-of-purple syntax highlighting theme.

SOLARIZED_DARK = 'solarized-dark' class-attribute instance-attribute #

Uses the solarized-dark syntax highlighting theme.

SOLARIZED_LIGHT = 'solarized-light' class-attribute instance-attribute #

Uses the solarized-light syntax highlighting theme.

SUNBURST = 'sunburst' class-attribute instance-attribute #

Uses the sunburst syntax highlighting theme.

TOMORROW = 'tomorrow' class-attribute instance-attribute #

Uses the tomorrow syntax highlighting theme.

TOMORROW_NIGHT = 'tomorrow-night' class-attribute instance-attribute #

Uses the tomorrow-night syntax highlighting theme.

TOMORROW_NIGHT_BLUE = 'tomorrow-night-blue' class-attribute instance-attribute #

Uses the tomorrow-night-blue syntax highlighting theme.

TOMORROW_NIGHT_BRIGHT = 'tomorrow-night-bright' class-attribute instance-attribute #

Uses the tomorrow-night-bright syntax highlighting theme.

TOMORROW_NIGHT_EIGHTIES = 'tomorrow-night-eighties' class-attribute instance-attribute #

Uses the tomorrow-night-eighties syntax highlighting theme.

VS = 'vs' class-attribute instance-attribute #

Uses the vs syntax highlighting theme.

VS2015 = 'vs2015' class-attribute instance-attribute #

Uses the vs2015 syntax highlighting theme.

XCODE = 'xcode' class-attribute instance-attribute #

Uses the xcode syntax highlighting theme.

XT256 = 'xt256' class-attribute instance-attribute #

Uses the xt256 syntax highlighting theme.

ZENBURN = 'zenburn' class-attribute instance-attribute #

Uses the zenburn syntax highlighting theme.