Skip to content

Commit

Permalink
fix contrast issue of status bar in debug mode (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Paternina committed Feb 13, 2021
1 parent 209b6cb commit bb482f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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).

## [2.5.6] - 2021-02-13

### Changed

- Update background and foreground colors of color status for debugging mode (fixes #6).

## [2.5.5] - 2021-02-11

### Updated
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alternight",
"displayName": "AlterNight",
"description": "A Visual Studio Code theme for those who code at night",
"version": "2.5.5",
"version": "2.5.6",
"publisher": "spaceinvadev",
"author": {
"name": "Mauricio Paternina",
Expand Down
2 changes: 2 additions & 0 deletions themes/alternight-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"statusBar.background": "#1f172b",
"statusBar.foreground": "#9077b6",
"statusBarItem.hoverBackground": "#14141472",
"statusBar.debuggingBackground": "#e29fa4",
"statusBar.debuggingForeground": "#1f172b",

// Integrated Terminal
"terminal.background": "#1f172b",
Expand Down

0 comments on commit bb482f4

Please sign in to comment.