Skip to content

Commit

Permalink
Update breakpoint color
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Sep 8, 2022
1 parent 8fccc7f commit 44b0fb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.13.0]

- Breakpoint icon color updated

## [1.12.0]

- Background color added for the sticky scroll feature
Expand Down
2 changes: 2 additions & 0 deletions src/commonDark.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@
"dropdown.background": "#141c2d",
"dropdown.border": "#242d34",

"debugIcon.breakpointForeground": "#FE4A49",

/* Search */
"editorWidget.background": "#141c2d",
"editorWidget.border": "#212c36",
Expand Down
1 change: 1 addition & 0 deletions themes/TheUnnamed-dark-no-italics-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"debugToolBar.border": "#3E474E",
"dropdown.background": "#141c2d",
"dropdown.border": "#242d34",
"debugIcon.breakpointForeground": "#FE4A49",
"editorWidget.background": "#141c2d",
"editorWidget.border": "#212c36",
"terminal.border": "#212c36",
Expand Down
1 change: 1 addition & 0 deletions themes/TheUnnamed-dark-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"debugToolBar.border": "#3E474E",
"dropdown.background": "#141c2d",
"dropdown.border": "#242d34",
"debugIcon.breakpointForeground": "#FE4A49",
"editorWidget.background": "#141c2d",
"editorWidget.border": "#212c36",
"terminal.border": "#212c36",
Expand Down

0 comments on commit 44b0fb2

Please sign in to comment.