-
Notifications
You must be signed in to change notification settings - Fork 120
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 environment configuration option to set terminal background color #4
Comments
👍 I plan to support this! |
@igorshubovych The color scheme is not optimized. Feel free to help improve this. I also plan to make the color scheme customizable so that you could define yours. I pre-populate a bunch of color codes here. |
Actually just another thought. How about |
Good idea |
@igorshubovych I made a PR to provide options to set color values: #27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use dark terminal. It is a pain to write every time
--bg "dark"
.It should be simple to read some environment variable (or any other type of global configuration file, e.g. ~/.ccat file) and define it globally. Then command line argument can just overwrite the global configuration, if present.
P.S. I want to add that light scheme looks ok on dark terminal, but i use dark terminal with transparency and only then it is unreadable. As it is unreadable for small portion of users, i do not think it is critical.
The text was updated successfully, but these errors were encountered: