Skip to content

Commit d1d79d7

Browse files
committed
Change Debugging Status Bar Background color
1 parent 263f066 commit d1d79d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

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

1617
### Fixed
1718
- 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.

themes/inkpot-gc-vsc-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177

178178
// Status Bar
179179
"statusBar.background": "#3e3e75",
180+
"statusBar.debuggingBackground": "#306b8f",
180181
"statusBar.debuggingForeground": "#eeeeee",
181182
"statusBar.foreground": "#8b8bcd",
182183
"statusBar.noFolderBackground": "#1b1b33",

0 commit comments

Comments
 (0)