Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Mar 4, 2022
2 parents f7ca5c8 + 3210dc9 commit d6014bb
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ignore everything
/*
*
*/**

# Whitelist needed files
!themes
!img
!LICENSE
35 changes: 26 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ 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).

## [1.5.0] 2022-02-06
## [1.6.0] - 2022-03-04

### Added

- Custom colors for shell decorations
- Color for selection occurrences in minimap
- Color for status bar focus

### Changed

- Improved diff editor colors

### Fixed

- `.vscodeignore` file to prevent releasing useless files

## [1.5.0] - 2022-02-06

### Added

Expand All @@ -25,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Deprecated properties

## [1.4.0] 2021-06-11
## [1.4.0] - 2021-06-11

### Added

Expand All @@ -45,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Deprecated properties

## [1.3.0] 2021-03-05
## [1.3.0] - 2021-03-05

### Added

Expand All @@ -59,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Disable extensions while developing the theme

## [1.2.0] 2020-12-23
## [1.2.0] - 2020-12-23

### Added

Expand All @@ -70,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Outdated property name `editor.onTypeRenameBackground` to `editor.linkedEditingBackground`

## [1.1.0] 2020-10-10
## [1.1.0] - 2020-10-10

### Added

Expand All @@ -83,28 +99,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Missing link for 1.0.3 release in this changelog

## [1.0.3] 2020-10-07
## [1.0.3] - 2020-10-07

### Fixed

- Wildcard selector color in SCSS / Sass

## [1.0.2] 2020-09-25
## [1.0.2] - 2020-09-25

### Fixed

- Highlighted variable color was not showing in scrollbar

## [1.0.1] 2020-09-06
## [1.0.1] - 2020-09-06

### Fixed

- `.vscodeignore` file to allow readme and images to be published

## [1.0.0] 2020-09-06
## [1.0.0] - 2020-09-06

- Initial release

[1.6.0]: https://github.com/Pustur/rapture-vscode/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/Pustur/rapture-vscode/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/Pustur/rapture-vscode/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/Pustur/rapture-vscode/compare/1.2.0...1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"description": "A dark blue theme with bright accents inspired by the fictional city of Rapture",
"version": "1.5.0",
"version": "1.6.0",
"engines": {
"vscode": "^1.48.0"
},
Expand Down
20 changes: 20 additions & 0 deletions themes/Rapture-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,16 @@

"diffEditor.border": "#304b66",
"diffEditor.diagonalFill": "#92beee20",
"diffEditor.insertedLineBackground": "#7afde110",
"diffEditor.insertedTextBackground": "#7afde120",
// "diffEditor.insertedTextBorder": "#12345600",
"diffEditor.removedLineBackground": "#ff055020",
"diffEditor.removedTextBackground": "#ff055040",
// "diffEditor.removedTextBorder": "#12345600",
"diffEditorGutter.insertedLineBackground": "#7afde120",
"diffEditorGutter.removedLineBackground": "#ff055040",
// "diffEditorOverview.insertedForeground": "#12345600",
// "diffEditorOverview.removedForeground": "#12345600",

"dropdown.background": "#233749",
// "dropdown.border": "#12345600",
Expand Down Expand Up @@ -385,7 +391,9 @@
// "minimap.background": "#12345600",
"minimap.errorHighlight": "#fc644d",
"minimap.findMatchHighlight": "#7afde180",
// "minimap.foregroundOpacity": "#12345600",
"minimap.selectionHighlight": "#7afde140",
"minimap.selectionOccurrenceHighlight": "#7afde140",
"minimap.warningHighlight": "#e6a42a",
"minimapGutter.addedBackground": "#7afde180",
"minimapGutter.deletedBackground": "#fc644d80",
Expand Down Expand Up @@ -499,12 +507,14 @@
// "settings.dropdownListBorder": "#12345600", // WHERE?
// "settings.focusedRowBackground": "#12345600",
// "settings.focusedRowBorder": "#12345600",
// "settings.headerBorder": "#12345600",
// "settings.headerForeground": "#12345600",
"settings.modifiedItemIndicator": "#6c9bf580",
// "settings.numberInputBackground": "#12345600",
// "settings.numberInputBorder": "#12345600",
// "settings.numberInputForeground": "#12345600",
// "settings.rowHoverBackground": "#12345600",
// "settings.sashBorder": "#12345600",
// "settings.textInputBackground": "#12345600",
// "settings.textInputBorder": "#12345600",
// "settings.textInputForeground": "#12345600",
Expand All @@ -526,20 +536,25 @@
"statusBar.debuggingBackground": "#fc644d",
"statusBar.debuggingBorder": "#fc644d",
"statusBar.debuggingForeground": "#fff",
"statusBar.focusBorder": "#92beee80",
"statusBar.foreground": "#c0c9e5",
"statusBar.noFolderBackground": "#0d1721",
"statusBar.noFolderBorder": "#304b66",
"statusBar.noFolderForeground": "#c0c9e5",

// "statusBarItem.activeBackground": "#12345600",
// "statusBarItem.compactHoverBackground": "#12345600",
"statusBarItem.errorBackground": "#fc644d",
"statusBarItem.errorForeground": "#fff",
"statusBarItem.focusBorder": "#92beee80",
// "statusBarItem.hoverBackground": "#12345600",
// "statusBarItem.prominentBackground": "#12345600",
// "statusBarItem.prominentForeground": "#12345600",
// "statusBarItem.prominentHoverBackground": "#12345600",
// "statusBarItem.remoteBackground": "#12345600",
// "statusBarItem.remoteForeground": "#12345600",
// "statusBarItem.warningBackground": "#12345600", // CANT TEST THIS
// "statusBarItem.warningForeground": "#12345600", // CANT TEST THIS

// "symbolIcon.arrayForeground": "#12345600",
// "symbolIcon.booleanForeground": "#12345600",
Expand Down Expand Up @@ -622,6 +637,11 @@
// "terminal.foreground": "#12345600",
"terminal.selectionBackground": "#7afde120",
// "terminal.tab.activeBorder": "#12345600",

// "terminalCommandDecoration.defaultBackground": "#12345600",
"terminalCommandDecoration.errorBackground": "#fc644d",
"terminalCommandDecoration.successBackground": "#7afde1",

"terminalCursor.background": "#c0c9e5",
"terminalCursor.foreground": "#c0c9e5",

Expand Down

0 comments on commit d6014bb

Please sign in to comment.