Skip to content

Commit

Permalink
Disallow black foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lillywhite committed Apr 15, 2013
1 parent 5131a8d commit 385b27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legit/settings.py
Expand Up @@ -60,7 +60,7 @@ def __getattribute__(self, key):
('check_for_updates', True,
'Are update checks allowed? Defaults to True.'),

('allow_black_foreground', True,
('allow_black_foreground', False,
'Is the epic black foreground color allowed? Defaults to True.'),

('git_transparency', False,
Expand Down

0 comments on commit 385b27c

Please sign in to comment.