Adjust the color used in VS code status bar #1495
Unanswered
uladz-zubrycki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe this message comes from Ionide and it's quite unreadable on the light color theme. Is it possible to adjust the color somehow?
It says "Project loading failed"
I tried changing "statusBarItem.prominentForeground" and "statusBarItem.errorForeground", but these don't help and I don't see any other setting that could be related https://code.visualstudio.com/api/references/theme-color#status-bar-colors.
The only relevant thing I was able to find in the source code is this, but I don't see any color being provided here as well.
ionide-vscode-fsharp/src/Core/Project.fs
Line 573 in 8ae1964
Have no idea who sets this text color to orange.
Beta Was this translation helpful? Give feedback.
All reactions