Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.4 KB

File metadata and controls

49 lines (29 loc) · 1.4 KB

Change Log

v1.1.6

  • 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

v1.1.5

  • 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

v1.1.4

  • Add focus color for quickInput.list.focusBackground due to vscode breaking it with latest update

v1.1.3

  • Set #0000FF (default selection color) to editor.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>"
}

v1.1.2

  • Minor tweak to make the statusbar background the same color for non-workspace windows

v1.1.1

fixes for #1

  • Set font color for line numbers

v1.1.0

minor appearance updates for peek view and group tabs. unfortunetly the new activity bar configs don't work with hc-dark themes

v1.0.1/2

Included support for invalid.illegal scopes

v1.0

Initial release