-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Incorrect colors and "Dark" state for macOS Terminal.app with default theme #8
Comments
As a follow-up, this appears non-trivial to detect as the xterm control sequences lie. Lines 183 to 191 in b2be3b5
For Terminal.app, regardless of whether the System Appearance is Light (white background) or Dark (black background) the same result is returned.
A possible fix is special-case detection for:
|
This seems like a bug report should be filed to apple |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
termbg
is pretty great and easy to use / test viacargo run
.However, I noticed that when using macOS Terminal.app, with the default profile ("Basic"), the results are incorrect.
It seems that
termbg
(or one of its dependencies) does not take into account the macOS systemwide appearance, which changes the color of the default terminal from white (Light mode) to black (Dark mode). This setting may change at any time, and can be fetched with:Note that this is the ONLY Terminal.app Profile which behaves this way (AFAIK).
Examples
The text was updated successfully, but these errors were encountered: