Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
application.py: Respond to NO_COLOR environment variable (#149)
Setting NO_COLOR does *not* set `plain_terminal` because that flows into `self._plain_terminal`, which is used elsewhere for things unrelated to colors. Fixes #148.
- Loading branch information