Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the default fg for STYLE_NORMAL #19

Merged
merged 1 commit into from
Jun 28, 2015

Commits on Jun 26, 2015

  1. Use the default fg for STYLE_NORMAL

    Using "white" explicitly causes problems on terminals with a light
    background (e.g. Solarized White): just use the default fg.
    
    I've not changed STYLE_HIGHLIGHT, but there `Fore.RESET + Style.BRIGHT`
    might be better, too.
    blueyed committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    4be5e64 View commit details
    Browse the repository at this point in the history