Bold text doesn't respect colors in config
See original GitHub issue-
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)
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Support option to set bold text as bright · Issue #1239 - GitHub
Terminal.app/iTerm2 have similar settings, see microsoft/vscode#35666 ... Bold text doesn't respect colors in config vercel/hyper#2836.
Read more >Possible to detect Bold Text setting in Settings > Accessibility?
As of iOS 8, it is possible to detect whether the user has enabled Bold Text in Settings using UIAccessibility.isBoldTextEnabled (docs) and ...
Read more >Font color won't change in header row of my Table style
I created a table style based on Table Grid (Word 2003 SP3). I applied a blue font color to the header row. I...
Read more >Fonts and Formatting for Visual Studio - Microsoft Learn
Visual Studio does not use either italic or bolded italic text. Color. Blue is reserved for hyperlinks (navigation and commanding) and should ...
Read more >Bold formatting does not display after restore of backed up ...
I am using the same browser (firefox) and can have the same text open from the mooc and the cloud at the same...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LinusU Amazing! Please continue your good work on this PR!
I think this bug is still present. Bold text is failing to respect the colors set in my config (both thecolor
and thebrightColor
)EDIT: Nevermind, bad copy paste - lightColor vs brightColor 🤦♂️