Skip to content

Commit 2469032

Browse files
authored
Merge pull request #7 from spaceinvadev/fix-status-bar-styles-on-debug
fix contrast issue of status bar in debug mode (#6)
2 parents 209b6cb + bb482f4 commit 2469032

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.5.6] - 2021-02-13
8+
9+
### Changed
10+
11+
- Update background and foreground colors of color status for debugging mode (fixes #6).
12+
713
## [2.5.5] - 2021-02-11
814

915
### Updated

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "alternight",
33
"displayName": "AlterNight",
44
"description": "A Visual Studio Code theme for those who code at night",
5-
"version": "2.5.5",
5+
"version": "2.5.6",
66
"publisher": "spaceinvadev",
77
"author": {
88
"name": "Mauricio Paternina",

themes/alternight-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"statusBar.background": "#1f172b",
5252
"statusBar.foreground": "#9077b6",
5353
"statusBarItem.hoverBackground": "#14141472",
54+
"statusBar.debuggingBackground": "#e29fa4",
55+
"statusBar.debuggingForeground": "#1f172b",
5456

5557
// Integrated Terminal
5658
"terminal.background": "#1f172b",

0 commit comments

Comments
 (0)