module documentation

pygments.styles.rainbow_dash ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A bright and colorful syntax highlighting `theme`. .. _theme: http://sanssecours.github.io/Rainbow-Dash.tmbundle :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class RainbowDashStyle A bright and colorful syntax highlighting theme.
Constant BLUE Undocumented
Constant BLUE_LIGHT Undocumented
Constant GREEN Undocumented
Constant GREEN_LIGHT Undocumented
Constant GREEN_NEON Undocumented
Constant GREY Undocumented
Constant GREY_DARK Undocumented
Constant GREY_LIGHT Undocumented
Constant ORANGE Undocumented
Constant PURPLE Undocumented
Constant RED Undocumented
Constant RED_BRIGHT Undocumented
Constant RED_DARK Undocumented
Constant RED_LIGHT Undocumented
Constant TURQUOISE Undocumented
Constant WHITE Undocumented

Undocumented

Value
'#2c5dcd'
BLUE_LIGHT: str = (source)

Undocumented

Value
'#0080ff'

Undocumented

Value
'#00cc66'
GREEN_LIGHT: str = (source)

Undocumented

Value
'#ccffcc'
GREEN_NEON: str = (source)

Undocumented

Value
'#00cc00'

Undocumented

Value
'#aaaaaa'
GREY_DARK: str = (source)

Undocumented

Value
'#4d4d4d'
GREY_LIGHT: str = (source)

Undocumented

Value
'#cbcbcb'

Undocumented

Value
'#ff8000'

Undocumented

Value
'#5918bb'

Undocumented

Value
'#cc0000'
RED_BRIGHT: str = (source)

Undocumented

Value
'#ff0000'
RED_DARK: str = (source)

Undocumented

Value
'#c5060b'
RED_LIGHT: str = (source)

Undocumented

Value
'#ffcccc'
TURQUOISE: str = (source)

Undocumented

Value
'#318495'

Undocumented

Value
'#ffffff'