Skip to content

Commit

Permalink
Change Bar default colors to be compatible with 8 color terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed May 6, 2014
1 parent 33ca18e commit 0477826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion progressive/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
4 changes: 2 additions & 2 deletions progressive/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class Bar(object):

def __init__(
self, term=None, max_value=100, width="25%", title_pos="left",
title="Progress", num_rep="fraction", indent=0, filled_color=10,
empty_color=240, back_color=None, filled_char=u' ',
title="Progress", num_rep="fraction", indent=0, filled_color=2,
empty_color=7, back_color=None, filled_char=u' ',
empty_char=u' ', start_char=u'', end_char=u'', fallback=True,
fallback_empty_char=u'◯', fallback_filled_char=u'◉',
force_color=None
Expand Down

0 comments on commit 0477826

Please sign in to comment.