Skip to content

Commit

Permalink
Merge pull request #299 from primer/breakpoint-icon
Browse files Browse the repository at this point in the history
Improve breakpoint icon for colorblind themes
  • Loading branch information
simurai authored Jul 15, 2022
2 parents a3ef17a + b0f4bd9 commit 70259a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-falcons-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github-vscode-theme": patch
---

Improve breakpoint icon for colorblind themes
2 changes: 2 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ function getTheme({ theme, name }) {
"panelTitle.inactiveForeground" : color.fg.muted,
"panelInput.border" : color.border.default,

"debugIcon.breakpointForeground": color.danger.fg,

"debugConsole.infoForeground": lightDark( scale.gray[6], scale.gray[3]),
"debugConsole.warningForeground": lightDark( scale.yellow[6], scale.yellow[3]),
"debugConsole.errorForeground": lightDark( scale.red[5], scale.red[2]),
Expand Down

0 comments on commit 70259a1

Please sign in to comment.