Skip to content

Commit

Permalink
style: Include all 16 solarized colors in the scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Feb 9, 2015
1 parent a23772b commit 081c9a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansi2html/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ def index2(grey):

# http://ethanschoonover.com/solarized
'solarized': ("#262626", "#d70000", "#5f8700", "#af8700", "#0087ff",
"#af005f", "#00afaf", "#e4e4e4"),
"#af005f", "#00afaf", "#e4e4e4",
"#1c1c1c", "#d75f00", "#585858", "#626262", "#808080",
"#5f5faf", "#8a8a8a", "#ffffd7", ),
}


def get_styles(dark_bg=True, scheme='ansi2html'):

css = [
Expand Down

0 comments on commit 081c9a7

Please sign in to comment.