Skip to content

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.

3 participants