From d7d14632073c4cb225dd195aca615d8c7a5bb922 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Sun, 6 Feb 2022 11:13:51 +0100 Subject: [PATCH 1/5] :memo: Add dash between version and date in changelog --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aeab48..f9b4b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.5.0] - 2022-02-06 ### Added @@ -25,7 +25,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 @@ -45,7 +45,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 @@ -59,7 +59,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 @@ -70,7 +70,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 @@ -83,25 +83,25 @@ 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 From ac73a84efe00e84452c04f5b2347bfb7e0c1b7e3 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Fri, 4 Mar 2022 11:38:10 +0100 Subject: [PATCH 2/5] :sparkles: Add new colors up to vscode 1.65.0 --- themes/Rapture-color-theme.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/themes/Rapture-color-theme.json b/themes/Rapture-color-theme.json index 034bf4b..ffe02dc 100644 --- a/themes/Rapture-color-theme.json +++ b/themes/Rapture-color-theme.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", From c49697324cb45ff2d61882a1c667cf4740eb26dd Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Fri, 4 Mar 2022 12:33:30 +0100 Subject: [PATCH 3/5] :bug: Fix .vscodeignore Was not ignoring enough files --- .vscodeignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index c7696fe..399a82d 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,6 +1,8 @@ # Ignore everything -/* +* +*/** # Whitelist needed files !themes !img +!LICENSE \ No newline at end of file From 6274e1c3e9cf04a7a84f1b22ce7f6578ab4a17b3 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Fri, 4 Mar 2022 13:06:29 +0100 Subject: [PATCH 4/5] :bookmark: Bump version to 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c3504e..a7f0ff0 100644 --- a/package.json +++ b/package.json @@ -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" }, From 3210dc91ecfa12da7bad76e89594ef2f74655ef6 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Fri, 4 Mar 2022 13:06:29 +0100 Subject: [PATCH 5/5] :memo: Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b4b4a..f80afa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.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 @@ -105,6 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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