Skip to content

Commit

Permalink
Merge pull request #337 from ShadiestGoat/better-placeholders
Browse files Browse the repository at this point in the history
Add better placeholder colors for semantic highlighting
  • Loading branch information
simurai authored Jan 2, 2023
2 parents 8e259d9 + 60db748 commit 68aef06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-chairs-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github-vscode-theme": patch
---

Add better placeholder colors for semantic highlighting
9 changes: 9 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,15 @@ function getTheme({ theme, name }) {
foreground: lightDark(scale.gray[5], scale.gray[3])
},
},
{
scope: [
"constant.other.placeholder",
"constant.character"
],
settings: {
foreground: lightDark(scale.red[5], scale.red[3])
},
},
{
scope: [
"constant",
Expand Down

0 comments on commit 68aef06

Please sign in to comment.