homebrew-dark READMEfor best effect, remove bracket pair colorization by copying and pasting this into your settings.json "editor.bracketPairColorization.enabled": false removing the green borderscopy and paste the following into your settings.json to remove the green borders around the editor, sidebar, and console panel at the bottom "workbench.colorCustomizations":{ "activityBar.border" :"#000000", "sideBar.border": "#000000", "titleBar.border": "#000000", "panel.border": "#000000" } more infoEnjoy! |