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

Added monochrome CLI flag #222

Merged
merged 2 commits into from
Sep 29, 2018
Merged

Conversation

CodyGramlich
Copy link
Contributor

Added basic --monochrome flag. Resolves part of Issue #187. I didn't add support for config mode.

@@ -16,6 +16,7 @@ var (
uiHeight = 2
// IsMonochromeMode decides whether to render the TTY in full colour or monochrome
IsMonochromeMode = false
color_mode = "true_color"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove this line until we do other color modes?

@j-rewerts
Copy link
Member

Nicely done! Works for me. I think when we implement other color modes, we might need to change to the flag, but this is an easy and clean merge!

Btw I tested this out on Mac/Tmux and it works. @tombh Feel free to merge if you're okay with it.

@tobimensch tobimensch merged commit 40f02fc into browsh-org:master Sep 29, 2018
@tobimensch
Copy link
Collaborator

@j-rewerts
I agree, and so I allowed myself to merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants