diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ecbd3..9117b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * **Minor:** elementaryOS version (major/minor) version based on void of a period (i.e. 5.1 is `51`, 6.0 is `60`, 12.3 is `123`) * **Patch:** Additions and bug fixes +## [1.51.2] - 2020-11-09 + +### Added +- [#2] New themes: **Darker**, **Lighter** + ## [1.51.1] - 2020-11-05 ### Added diff --git a/README.md b/README.md index 0ab5548..a6598ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

elementary Theme

@@ -17,6 +17,6 @@

- +

diff --git a/package.json b/package.json index 2b7e3bd..4a37df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elementary-theme", - "version": "1.51.1", + "version": "1.51.2", "displayName": "elementary Theme", "description": "elementaryOS theme for VSCode: light and dark variants, both lovely.", "publisher": "electricduck", diff --git a/themes/Darker-color-theme.json b/themes/Darker-color-theme.json index a7f3b5a..9bbe2e4 100644 --- a/themes/Darker-color-theme.json +++ b/themes/Darker-color-theme.json @@ -3,7 +3,7 @@ "include": "./Dark-color-theme.json", "colors": { "activityBar.activeBorder": "#a56de2", - "activityBar.background": "#333333", + "activityBar.background": "#383838", "activityBar.foreground": "#a56de2", "activityBar.inactiveForeground": "#ffffff55" } diff --git a/themes/Lighter-color-theme.json b/themes/Lighter-color-theme.json index 3e75d5d..7cc6586 100644 --- a/themes/Lighter-color-theme.json +++ b/themes/Lighter-color-theme.json @@ -4,7 +4,7 @@ "colors": { "activityBar.activeBorder": "#7239b3", "activityBar.activeFocusBorder": "#7239b3", - "activityBar.background": "#d4d4d4", + "activityBar.background": "#d2d2d2", "activityBar.foreground": "#7239b3", "activityBar.inactiveForeground": "#00000055" }