Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Override deansi black color to #333
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 9, 2017
1 parent 95316f8 commit d5295b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions badwolf/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import platform

import raven
import deansi

from badwolf.utils import yesish

Expand Down Expand Up @@ -98,3 +99,7 @@
SENTRY_RELEASE = raven.fetch_package_version('badwolf')
except Exception: # pragma: no cover
pass


# deansi color override
deansi.variations[0] = ('black', '#333', 'gray')

0 comments on commit d5295b6

Please sign in to comment.