Add support for inputOption.activeBackground
miguelsolorio opened this issue · 1 comments
miguelsolorio commented
VS Code will be introducing a new token color, inputOption.activeBackground
, in the July release (1.37). This color is for showing when a button toggle is active (search, find, terminal find, etc.). It also re-uses focusBorder
but in this theme the focus color is set to transparent, which means the new token color is also transparent. See below where you can't tell which item is "active", please consider adding support for this. You can test this by using the Insiders version, which already adds this.
thenikso commented