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

Add color levels #35

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add color levels #35

wants to merge 6 commits into from

Conversation

prso
Copy link

@prso prso commented Nov 9, 2020

Add color level option (-c) to control how to render colors for values
Color levels:
0: no colors (monochrome)
1: only color for addresses (yellow)
2: 1 + blue color for 00 (default if terminal supports color)
3: 1 + multicolor scheme by FrankSansC
- from 0x20 to 0x7E included (printable characters) = white
- 0x00 = blue
- 0xFF = red
- all other values = cyan

Note: this includes some commits from PR #30 to avoid merge conflicts

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.

2 participants