Skip to content

Commit

Permalink
Merge pull request #395 from primer/damovisa/dark-high-contrast-inlin…
Browse files Browse the repository at this point in the history
…e-code-block

Damovisa/dark high contrast inline code block
  • Loading branch information
simurai authored Oct 3, 2024
2 parents 38b50d4 + b7991c4 commit 445d4b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-readers-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github-vscode-theme": patch
---

Fix inline code block contrast for High Contrast theme.
1 change: 1 addition & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function getTheme({ theme, name }) {
"textBlockQuote.border" : color.border.default,
"textCodeBlock.background" : color.neutral.muted,
"textPreformat.foreground" : color.fg.muted,
"textPreformat.background" : color.neutral.muted,
"textSeparator.foreground" : color.border.muted,

"icon.foreground" : color.fg.muted,
Expand Down

0 comments on commit 445d4b9

Please sign in to comment.