Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.48k stars 291 forks source link

Unify Ruby symbols color #771

Closed nsmj closed 1 year ago

nsmj commented 1 year ago

No color was set to ruby symbols when they were hash keys. So, we had different colors for the same class of objects (symbols).

Here is the problem: image

Both "first" and "second" are symbols, therefore they should have the same color.