web/slrzd
A color palette that adapts to the time of day.
Solarized is a sixteen color palette (eight monotones and eight accents) designed with both precise CIELAB lightness relationships and a refined set of hues based on fixed color wheel relationships. It is intended for use with terminal and GUI applications.
The [Solarized][1] color palette is designed by @[Ethan Schoonover][2].
Styles based upon the original implementation pygments-style-solarized
by @[Shoji Kumagai](mailto:take.this.2.your.grave@gmail.com) and released under the MIT license.
highlight(code, filename, lines=True, starting_line=1, focus=None, coverage=None, failures=None, search=None, diff=None, filename_anchors=False) # [source]
Highlight given code.
Focus any lines containing search
.
Solar() # [source]
A Pygments style based upon Solarized's light palette.
Lunar() # [source]
A Pygments style based upon Solarized's dark palette.