-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Bold text doesn't respect colors in config #2836
Labels
👆 Is Upstream
Issue is the fault of something Hyper uses and not Hyper itself
Comments
This is possibly related: xtermjs/xterm.js#1239 |
Totally related to xterm. One workaround could be to disable brightColors. You can copy regular color as bright colors in your config:
Or use 1.x color scheme:
|
chabou
added
the
👆 Is Upstream
Issue is the fault of something Hyper uses and not Hyper itself
label
Apr 16, 2018
Thanks for the workaround, fill try and fix this in Xterm instead though 😄 see xtermjs/xterm.js#1391 😎 |
@LinusU Amazing! Please continue your good work on this PR! |
xtermjs/xterm.js#1391 is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: macOS 10.13.4
Hyper.app version: 2.0.0
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/LinusU/a8d67a9459c989028682803a1a4307e7
Relevant information from devtools: N/A
The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
When outputting bold text, the colors specified in my
.hyper.js
file is no longer used, and instead, the default colors are used. This makes e.g. "bold cyan" look bad on a white background:Expected output:
This is how Terminal.app renders the same thing, with the same color settings:
(note how the prompt doesn't look the same in Hyper since that's using bold colors as well)
The text was updated successfully, but these errors were encountered: