burkeholland / burkeholland/workshop-vs-code-can-do-that

BracketPairColorizer for light themes

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
247
Forks
121
PR merge metrics
No merged PRs in 30d

Description

Default the colors for BracketPairColorizer work great for Dark Themes

You can change the colors and I use the following setting for Light+ Theme (White Background color)

```
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
[
"Orange",
"#990099",
"Blue"
],
"Red"
]
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not name a file, test, or entry point. Start by locating the BracketPairColorizer configuration and its default color definitions in the workshop materials, then compare them with the supplied Light+ theme setting. Done means the default colors are readable on light themes without requiring user overrides.

Written by the indexing model from the issue text.

Assessment

Tech stack
vscode
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.