Skip to content

Commit 4172681

Browse files
committed
Version 2.0.5: title bar background color matches that of the tabs.
1 parent b4db9f5 commit 4172681

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.0.5] - 2021-11-13
11+
12+
### Changed
13+
- Title bar background color matches that of the tabs.
14+
1015
## [2.0.4] - 2021-09-03
1116

1217
### Added
1318
- Support for find in selection.
1419

1520
### Changed
1621
- Rubecula Dawn: darkened inactive selection color slightly.
17-
- Terminal (bright) black colors changed to use the inactive foreground colours to distinguish them from the background.
22+
- Terminal (bright) black colors changed to use the inactive foreground colors to distinguish them from the background.
1823

1924
## [2.0.3] - 2021-03-11
2025

2126
### Changed
22-
- Fixed some colours not fit for Rubecula Dawn.
27+
- Fixed some colors not fit for Rubecula Dawn.
2328
- Updated README.
2429

2530
## [2.0.2] - 2021-03-10

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rubecula",
33
"displayName": "Rubecula",
44
"description": "Hyperminimal theme based on AmCoder Bright.",
5-
"version": "2.0.4",
5+
"version": "2.0.5",
66
"publisher": "andreasbackx",
77
"license": "MIT",
88
"engines": {

themes/Rubecula.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,11 @@
545545
// Title Bar Colors
546546
//
547547
// Title Bar background when the window is active.
548-
"titleBar.activeBackground": "white40",
548+
"titleBar.activeBackground": "lightBackground",
549549
// Title Bar foreground when the window is active.
550550
"titleBar.activeForeground": "foreground",
551551
// Title Bar background when the window is inactive.
552-
"titleBar.inactiveBackground": "darkBackground",
552+
"titleBar.inactiveBackground": "lightBackground",
553553
// Title Bar foreground when the window is inactive.
554554
"titleBar.inactiveForeground": "inactiveForeground",
555555
// Title bar border color.

0 commit comments

Comments
 (0)