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
Insufficient contrast between = ! - , and the background, and exacerbated when the use has render white space on.
Screenshots
Notice the last line has a misplaced - sign which is very hard to see. Params is rendered here as the name of a variable which will be splatted, but -@params is treated as a string literal to be passed as a parameter value .
In the ISE the - sign changes the rendering
Supplementary In the ISE, the $ and @ are rendered in the same colour as the variable name.
Expected Behavior
I am now working around this by adding the following to my vs code settings
Maintain a difference of at least 127 (50%) between the background and syntax elements. The rgb values for these elements are A9A9A9 (169 decimal), which is the 2/3 point rather than the 50%
Consider using smaller even differentials between rendered white space/control characters and the back ground or
The text was updated successfully, but these errors were encountered:
Environment
Issue Description
Insufficient contrast between = ! - , and the background, and exacerbated when the use has render white space on.
Screenshots
Notice the last line has a misplaced - sign which is very hard to see. Params is rendered here as the name of a variable which will be splatted, but -@params is treated as a string literal to be passed as a parameter value .
In the ISE the - sign changes the rendering
Supplementary In the ISE, the $ and @ are rendered in the same colour as the variable name.
Expected Behavior
I am now working around this by adding the following to my vs code settings
Code Samples
Suggestion
Maintain a difference of at least 127 (50%) between the background and syntax elements. The rgb values for these elements are A9A9A9 (169 decimal), which is the 2/3 point rather than the 50%
Consider using smaller even differentials between rendered white space/control characters and the back ground or
The text was updated successfully, but these errors were encountered: