vscode-theme-onedark icon indicating copy to clipboard operation
vscode-theme-onedark copied to clipboard

ruby color inconsistent

Open lacostenycoder opened this issue 4 years ago • 2 comments

The syntax highlight of key values in hashes is missing as well as many of the colors simply don't match at all.

Here's Atom colors atom

Here's the VSCode port version vscode_one_dark_ruby

Here also some regular expression syntax highlighting is missing as well as things like array constructor modifiers %i[:a, :b, :c]

Atom atom_regex

VSCode vscode_regex

lacostenycoder avatar May 25 '21 22:05 lacostenycoder

Thanks for reporting this, I'll try to fix this in the next version.

akamud avatar May 26 '21 03:05 akamud

I love this theme, but many colors should be fixed in Ruby.

For example, hash keys and symbols should have a different color from numbers, otherwise it's really hard to read Ruby code. It would be great if you can fix this

collimarco avatar Nov 19 '23 18:11 collimarco