gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Update Abyss.tmTheme to color invalid code red fixes #85 #87

Open rl-utility-man opened 4 years ago

rl-utility-man commented 4 years ago

1) This modifies this built in VS Code theme to comply with the red-means-invalid convention implemented in built in VS Code Themes including the Default Dark Default Dark+. 2) This change applies the widely accepted convention that red means stop or danger to invalid code. It also draws a clearer contrast between invalid syntax and routine, valid syntax.