You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today I was using dark mode for a bit (I'm using light mode 99% of the time), and noticed while running some tests that some part of text was not visible. I investigated a bit and noticed that terminal colors are completely the same between 0-7 and 8-15. My test runner uses color8 to display foreground color for the test specs (mocha), which in dark mode causes text and background to be exactly the same.
I don't have this issue in light mode.
Hello,
today I was using dark mode for a bit (I'm using light mode 99% of the time), and noticed while running some tests that some part of text was not visible. I investigated a bit and noticed that terminal colors are completely the same between 0-7 and 8-15. My test runner uses color8 to display foreground color for the test specs (mocha), which in dark mode causes text and background to be exactly the same.
I don't have this issue in light mode.
I think there should be some difference between 0-7 and 8-15 palette.
For example, if you check kitty color scheme example,it also uses different colors https://sw.kovidgoyal.net/kitty/conf.html#the-color-table
The text was updated successfully, but these errors were encountered: