-
-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Created by: bitshapesoft
Description
First, having themes is great! I appreciate the work going into it. I humbly suggest a functional color choice:
Error bar colors, and squiggly underlines, should stay red (and warnings yellow) across the themes, or at least so in the default theme. As a teacher, it is hard to get students to notice errors while editing. Now, with the neutral gray color, even I am missing them when they appear. Red == error is a convention across just about every IDE, and I think it would be good to keep it that way.
Expected Behavior
When an error is detected during editing, the color of the error message background should be red.
Current Behavior
The error is a neutral dark gray color, which is easy to miss.
I understand that theme colors can be edited, but with a class of 60 students, the defaults make a big impact.
Steps to Reproduce
- Open editor with default theme.
- Type a line of code with an error.
- The squiggly underline and error message background are gray.
Your Environment
- Processing version: 4.0b5
- Operating System and OS version: macOS 12.1
- Other information:
Possible Causes / Solutions
Please make the error color a consistent red throughout the themes.