/vscode-apex-ui

Apex monochrome VSCode theme UI and Syntax.

README.md

New and improved!

Apex monochrome VSCode theme UI and Syntax.

Based on apex-ui

Usage

Pair with the following extensions and configuration below for the best results:

Add the following configuration to the end of your settings.json.

"editor.renderLineHighlight": "all",
"editor.matchBrackets": false,
"subtleBrackets.style": {
    "borderWidth": "1px",
    "borderStyle": "none none solid none",
    "borderColor": "#0097e8",
    "backgroundColor": "#e8f7ff"
}

Or remove the backgroundColor property with the Dark theme.

Original Apex UI and Apex Syntax theme by TJ