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
In VS Code 1.37 (July 2019) the Find widget's button toggle active state now has a filled background so that it is easier to tell when the focus is on an active toggle.
To customize the background color of the toggle active state, the new inputOption.activeBackground UI/workbench theme key will be added to Nord.
Unfortunately there is no UI theme key (yet) to also change the foreground color of active state toggles. It is "hard-coded" using a relatively bright color so it is not possible to also use a bright background color. It would be great to apply a "reverse" effect to e.g. use nord0 as foreground to increase the contrast when using nord8 as background color.
The text was updated successfully, but these errors were encountered:
In VS Code 1.37 (1) (July 2019) the Find widget's button toggle active
state now has a filled background so that it is easier to tell when the
focus is on an active toggle.
To customize the background color of the toggle active state, the new
`inputOption.activeBackground` UI/workbench theme key has been added to
Nord.
Unfortunately there is no UI theme key to also change the foreground
color of active state toggles. It is "hard-coded" using a relatively
bright color so it is not possible to also use a bright background
color. It would be great to apply a "reverse" effect to e.g. use
`nord0` as foreground to increase the contrast when using `nord8`
as background color.
References:
(1) https://code.visualstudio.com/updates/v1_37#_button-toggle-active-state-in-find-widgetGH-151
In VS Code 1.37 (1) (July 2019) the Find widget's button toggle active
state now has a filled background so that it is easier to tell when the
focus is on an active toggle.
To customize the background color of the toggle active state, the new
`inputOption.activeBackground` UI/workbench theme key has been added to
Nord.
Unfortunately there is no UI theme key to also change the foreground
color of active state toggles. It is "hard-coded" using a relatively
bright color so it is not possible to also use a bright background
color. It would be great to apply a "reverse" effect to e.g. use
`nord0` as foreground to increase the contrast when using `nord8`
as background color.
References:
(1) https://code.visualstudio.com/updates/v1_37#_button-toggle-active-state-in-find-widgetResolvesGH-151
In VS Code 1.37 (July 2019) the Find widget's button toggle active state now has a filled background so that it is easier to tell when the focus is on an active toggle.
To customize the background color of the toggle active state, the new
inputOption.activeBackground
UI/workbench theme key will be added to Nord.Unfortunately there is no UI theme key (yet) to also change the foreground color of active state toggles. It is "hard-coded" using a relatively bright color so it is not possible to also use a bright background color. It would be great to apply a "reverse" effect to e.g. use
nord0
as foreground to increase the contrast when usingnord8
as background color.The text was updated successfully, but these errors were encountered: