File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
7
## 0.1.14 - 2020-12-17
4
8
- Added sash border color.
5
9
- Changed extension button colors.
Original file line number Diff line number Diff line change 2
2
"name" : " minimal-dark-s1f" ,
3
3
"displayName" : " Minimal Dark" ,
4
4
"description" : " A dark theme based on vscode theme-defaults." ,
5
- "version" : " 0.1.14 " ,
5
+ "version" : " 0.1.15 " ,
6
6
"publisher" : " Sadra1f" ,
7
7
"license" : " SEE LICENSE IN LICENSE.md" ,
8
8
"icon" : " images/icon.png" ,
Original file line number Diff line number Diff line change 173
173
"terminal.ansiBrightMagenta" : " #C678DD" ,
174
174
"terminal.ansiBrightRed" : " #E06C75" ,
175
175
"terminal.ansiBrightYellow" : " #E5C07B" ,
176
- "terminal.selectionBackground" : " #094f7e" ,
177
- "terminalCursor.background" : " #234d70" ,
178
176
},
179
177
"tokenColors" : [
180
178
{
You can’t perform that action at this time.
0 commit comments