Home
last modified time | relevance | path

Searched refs:DARK_COLORS (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/styles/
H A Dsolarized.py74 DARK_COLORS = { variable
118 styles = make_style(DARK_COLORS)
119 background_color = DARK_COLORS['base03']
120 highlight_color = DARK_COLORS['base02']
121 line_number_color = DARK_COLORS['base01']
122 line_number_background_color = DARK_COLORS['base02']
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/styles/
H A Dsolarized.py74 DARK_COLORS = { variable
118 styles = make_style(DARK_COLORS)
119 background_color = DARK_COLORS['base03']
120 highlight_color = DARK_COLORS['base02']
121 line_number_color = DARK_COLORS['base01']
122 line_number_background_color = DARK_COLORS['base02']
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/styles/
H A Dsolarized.py74 DARK_COLORS = { variable
118 styles = make_style(DARK_COLORS)
119 background_color = DARK_COLORS['base03']
120 highlight_color = DARK_COLORS['base02']
121 line_number_color = DARK_COLORS['base01']
122 line_number_background_color = DARK_COLORS['base02']
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/styles/
H A Dsolarized.py76 DARK_COLORS = { variable
120 styles = make_style(DARK_COLORS)
121 background_color = DARK_COLORS['base03']
122 highlight_color = DARK_COLORS['base02']
123 line_number_color = DARK_COLORS['base01']
124 line_number_background_color = DARK_COLORS['base02']
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/styles/
H A Dsolarized.py74 DARK_COLORS = { variable
118 styles = make_style(DARK_COLORS)
119 background_color = DARK_COLORS['base03']
120 highlight_color = DARK_COLORS['base02']
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/styles/
H A Dsolarized.py74 DARK_COLORS = { variable
118 styles = make_style(DARK_COLORS)
119 background_color = DARK_COLORS['base03']
120 highlight_color = DARK_COLORS['base02']
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Dgui7.rpy83 DARK_COLORS = [
113 # LIGHT_COLORS = DARK_COLORS
116 (i, "#000000", False) for i in DARK_COLORS
391 $ gui_color = (DARK_COLORS[0], "#000000", False)
/dports/audio/beets/beets-1.4.9/beets/ui/
H A D__init__.py480 DARK_COLORS = { variable
519 if color in DARK_COLORS:
520 escape = COLOR_ESCAPE + "%im" % (DARK_COLORS[color] + 30)