houston-vscode
houston-vscode copied to clipboard
Elixir/Ruby: symbols are not properly colored
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.
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