diff --git a/CHANGELOG.md b/CHANGELOG.md index f908f25..3b1001b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.7.1 + +- Darker terminal + ## 2.7.0 - Darker colors (let's take care of our eyes and environment) diff --git a/dark-plus-material.json b/dark-plus-material.json index ca51721..9b95565 100644 --- a/dark-plus-material.json +++ b/dark-plus-material.json @@ -218,6 +218,7 @@ "toolbar.hoverBackground": "#61616150", "tree.tableColumnsBorder": "#BDBDBD20", "widget.shadow": "#0000005C", + "terminal.background": "#000000", "editor.selectionHighlightBackground": "#0000ff", "editor.lineHighlightBackground": "#1073cf2d", "editor.focusedStackFrameHighlightBackground": "#0000ff", diff --git a/package.json b/package.json index c754f05..fd2aca8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dark-plus-material-saidtorres3", "description": "The default Dark+ Theme, with material palette and always up to date", - "version": "2.7.0", + "version": "2.7.1", "author": { "email": "sesaid17@hotmail.com", "name": "SaidTorres3",