-
Notifications
You must be signed in to change notification settings - Fork 313
Black background text options #441
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
base: dev
Are you sure you want to change the base?
Conversation
38faea4
to
fde364c
Compare
Rebased to current dev |
fde364c
to
5fe904f
Compare
Rebased to current dev. Does seem like this would fix #477 but no feedback yet from people mentioning they'd test. |
Would love to see this get merged |
I also love this option for black backgrounds with colored text, which should definitely be in the default color option set. Yes "-t 0" will remove all colors and have a black background, but what I was definitely seeking was a black background with colors on the text to show status, so this was a great solution. How can we help get this merged? |
Bump! Would like this! EDIT: Can confirm this still builds and works correctly when rebased on top of 1.7 |
I'm sensitive to high-contrast text especially white background, so added two color modes with black backgrounds. Figured other people may want similar options.
-t 5 uses the default background color and basic 8-color commands, which should let most terminal emulators apply their own color theme.
-t 6 uses the RGB commands like the 1.6 default -t 1 which gives a stark black background.
For the Windows side, -t 2 does a dark background mode.
As always, glad to tweak if preferred to be implemented differently.