primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 189 forks source link

Add better placeholder colors for semantic highlighting #337

Closed ShadiestGoat closed 1 year ago

ShadiestGoat commented 1 year ago

This helps close #326. The change affects go (golang), python, and possibly others. The changes will make variables inside of strings (placeholders) more visible. Below is a demo of that.

Before

Go

image

Python

image

After

Go

image

Python

image

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 60db74858150191403d3255e605115b9e38dca40

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------- | ----- | | github-vscode-theme | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ShadiestGoat commented 1 year ago

Do I have to do change sets myself or is this the job of the maintainers?