houston-vscode icon indicating copy to clipboard operation
houston-vscode copied to clipboard

Elixir/Ruby: symbols are not properly colored

Open NobbZ opened this issue 2 years ago • 1 comments

image

I would expect the color of image to be close to the color of the colon before it.

Though in general I would appreciate if the color would be different from string literals.

NobbZ avatar Dec 22 '22 09:12 NobbZ

I found about 3 instances for the elixir and ruby colors to be #eef0f9(white color) inside https://github.com/withastro/houston-vscode/blob/main/themes/houston.json

  • https://github.com/withastro/houston-vscode/blob/main/themes/houston.json#L1738
  • https://github.com/withastro/houston-vscode/blob/main/themes/houston.json#L1236
  • https://github.com/withastro/houston-vscode/blob/main/themes/houston.json#L1250

Will changing this foreground colors to #ffd493(yellow/tan orange) solve this Issue ? Full Disclosure: I don't know Elixir/Ruby

at-the-vr avatar Nov 18 '23 10:11 at-the-vr