Skip to content

Commit

Permalink
Change Debugging Status Bar Background color
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jun 20, 2024
1 parent 263f066 commit d1d79d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Input placeholder color to the same as the input's text. Like in the original Dark Modern theme.
- Status Bar Debugging Background to green-blue instead of a warning-like orange.

### Fixed
- Lack of contrast of markup text in "diff added" sections of a code due to the almost same colors used. It is done via implementing half-transparent color for a changed text.
Expand Down
1 change: 1 addition & 0 deletions themes/inkpot-gc-vsc-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@

// Status Bar
"statusBar.background": "#3e3e75",
"statusBar.debuggingBackground": "#306b8f",
"statusBar.debuggingForeground": "#eeeeee",
"statusBar.foreground": "#8b8bcd",
"statusBar.noFolderBackground": "#1b1b33",
Expand Down

0 comments on commit d1d79d7

Please sign in to comment.