"Edit in settings.json" link invisible when using "Light (Arduino)" theme #1537
Labels
topic: code
Related to content of the project itself
topic: theme
Related to GUI theming
type: imperfection
Perceived defect in any part of project
Describe the problem
There are two commands that can be used to adjust the IDE's advanced settings:
The first of these opens a convenient graphical interface which provides direct control over most settings. However, certain settings can only be adjusted by editing the
settings.json
file directly. These are listed in the GUI-based "Preferences" view, with an "Edit in settings.json" link that openssettings.json
with the setting populated and selected when the user clicks the link.🐛 The color of the "Edit in settings.json" link has extremely low contrast against the background color when the "Light (Arduino)" theme is active, rendering it almost invisible. The users will be unlikely to see the link and so will not have any way to know how to adjust these settings.
To reproduce
editor.rulers
ⓘ This is one arbitrary example out of the many settings that have this link.
🐛 The "Edit in settings.json" link is nearly invisible:
Expected behavior
The "Edit in settings.json" link has good contrast against the background color when using any of the supported themes.
Arduino IDE version
2.0.1-snapshot-0c20ae0
Operating system
Windows
Operating system version
10
Additional context
The issue does not occur when one of the other two supported themes ("Dark (Arduino)" and "High Contrast (Theia)") are selected.
Related
Issue checklist
The text was updated successfully, but these errors were encountered: