You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
When using a light theme, such as Light+, the text under the "Modified date" and "Front Matter highlight" options becomes unreadable, and the checkboxes keep a dark color theme. This issue happens with every light theme I have installed.
To Reproduce
Steps to reproduce the behavior:
Change to a light theme in VS Code.
Open the Front Matter sidebar.
Check the checkbox labels under "Modified date" and "Front Matter highlight".
The aforementioned labels are unreadable, and the checkboxes use a dark color scheme.
Also, the plus signs (+) in the Tags, Categories and Keywords fields use a dark color scheme too.
Expected behavior
The text and checkboxes should adapt to the light themes and be visible, regardless which theme is configured.
Screenshots
Desktop (please complete the following information):
OS: Windows 10 21H2
VS Code version: 1.62.3
The text was updated successfully, but these errors were encountered:
Thanks, @cfnnmcg. The checkbox styling issue seems to be coming from the VS Code web components dependency. I implemented a change to fix it.
The buttons are not using a dark color scheme, but they are just disabled. VS Code sets the brightness to 40% when disabled. Which means that this is the default behavior. Once you start typing, you'll notice the buttons should get the lighter green color from your theme.
Issue
When using a light theme, such as Light+, the text under the "Modified date" and "Front Matter highlight" options becomes unreadable, and the checkboxes keep a dark color theme. This issue happens with every light theme I have installed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text and checkboxes should adapt to the light themes and be visible, regardless which theme is configured.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: