stinb / UnderstandForVSCode

VS Code extension for Understand
https://www.scitools.com
MIT License
1 stars 0 forks source link

Add instructions for color-blind users #10

Closed RobbyCBennett closed 3 months ago

RobbyCBennett commented 3 months ago

The errors might look like warnings to some users. Add directions to fix for colorblind users in the README.

RobbyCBennett commented 3 months ago

Editor and problems panel: "editorError.background": "#ff000033", "editorError.foreground": "#ff0000",

File name color: "list.warningForeground": "#ffff77", "list.errorForeground": "#ff7777"

or

"list.warningForeground": "#cccc00", "list.errorForeground": "#ff5555"

RobbyCBennett commented 3 months ago

Fixed with d6ca9c44e8dc0430ae5e8f53b1887f5da59bd7e4