Skip to content

Commit d2582f1

Browse files
committed
Release v0.1.15
1 parent 1d268e4 commit d2582f1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.1.15 - 2021-09-05
4+
- Added terminal colors (based on [onehalf](https://github.com/sonph/onehalf) theme).
5+
- Change foreground color.
6+
37
## 0.1.14 - 2020-12-17
48
- Added sash border color.
59
- Changed extension button colors.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minimal-dark-s1f",
33
"displayName": "Minimal Dark",
44
"description": "A dark theme based on vscode theme-defaults.",
5-
"version": "0.1.14",
5+
"version": "0.1.15",
66
"publisher": "Sadra1f",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"icon": "images/icon.png",

themes/Minimal Dark-color-theme.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@
173173
"terminal.ansiBrightMagenta": "#C678DD",
174174
"terminal.ansiBrightRed": "#E06C75",
175175
"terminal.ansiBrightYellow": "#E5C07B",
176-
"terminal.selectionBackground": "#094f7e",
177-
"terminalCursor.background": "#234d70",
178176
},
179177
"tokenColors": [
180178
{

0 commit comments

Comments
 (0)