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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aeab48..f80afa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 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" }, 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",