- Update for vscode's new native bracket matcher guidelines
- if you enbaled bracket matching, it will default to the 'biege/tan' theme instead of the rainbow colors
- you can always edit in your own settings file
- VSCode decided to change the quick input highlighting behavior once again from vscode v1.54.2's change. It has now been moved to
quickInputList.focusBackground
for 1.54.3. Left all the other implementations for legacy purposes
- Add focus color for
quickInput.list.focusBackground
due to vscode breaking it with latest update
- Set
#0000FF
(default selection color) toeditor.rangeHighlightBackground
to enable line highlighting for when symbol matches are searched for.
To customize this if you do not like the change, you can add the following to your settings file:
"workbench.colorCustomizations": {
"editor.rangeHighlightBackground": "#<color>"
}
- Minor tweak to make the statusbar background the same color for non-workspace windows
fixes for #1
- Set font color for line numbers
minor appearance updates for peek view and group tabs. unfortunetly the new activity bar configs don't work with hc-dark themes
Included support for invalid.illegal scopes
Initial release