Skip to content

Commit

Permalink
1.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducky committed Nov 9, 2020
2 parents 83cb1f9 + 240d6f4 commit 1546963
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/electricduck/vscode-elementary-theme">
<img src="https://raw.githubusercontent.com/electricduck/vscode-elementary-theme/master/images/icon.png" width=128>
<img src="https://raw.githubusercontent.com/electricduck/vscode-elementary-theme/release/images/icon.png" width=128>
</a>

<h3 align="center"><strong>elementary Theme</strong></h3>
Expand All @@ -17,6 +17,6 @@
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/electricduck/vscode-elementary-theme/master/images/screenshot.png">
<img src="https://raw.githubusercontent.com/electricduck/vscode-elementary-theme/release/images/screenshot.png">
</p>
</p>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion themes/Darker-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion themes/Lighter-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"colors": {
"activityBar.activeBorder": "#7239b3",
"activityBar.activeFocusBorder": "#7239b3",
"activityBar.background": "#d4d4d4",
"activityBar.background": "#d2d2d2",
"activityBar.foreground": "#7239b3",
"activityBar.inactiveForeground": "#00000055"
}
Expand Down

0 comments on commit 1546963

Please sign in to comment.