Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Bracket Highlighting
- "editor.bracketPairColorization.enabled": false,
- "editor.bracketPairColorization.minimumLineSpan": 2,
- "editor.guides.bracketPairs": "active",
- "workbench.colorCustomizations": {
- "errorLens.hintForeground": "#ff600A1",
- "errorLens.hintBackground": "#ffc60003",
- "errorLens.errorBackground": "#ff000005",
- // Custom Bracket Colors
- "editorBracketHighlight.foreground1": "#FFA500",
- "editorBracketHighlight.foreground2": "#FF69B4",
- "editorBracketHighlight.foreground3": "#00FF7F",
- "editorBracketHighlight.foreground4": "#00FFFF",
- "editorBracketHighlight.foreground5": "#FFD700",
- "editorBracketHighlight.foreground6": "#FF00FF"
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement