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
In #129231 there was a discussion about contrast between brackets, however it would be also great to have a bit more contrast between bracket and tokens near it for default themes.
It mostly noticeable with light blue parentheses ( #87cefa) that looks almost same as to parameters and properties (#9cdcfe).
Constants(#4fc1ff) are slightly better.
function and log looks great near (
@hediet do you think it's possible to find blue value that distinct enough from other colors in syntax highlight or this is out of scope?
UPD. For example #179fff is brighter but I guess it's comparable to #ffd700.
Looks good with parameters/properties and constants, however closer to function and false, but still not as close as with parameters and properties now.