Skip to content

Commit

Permalink
v2.7.2 - Whiter default plain-text color
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidTorres3 committed Jul 12, 2024
1 parent 0baaf29 commit 843ad09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"wordlike"
],
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.validate": [
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.7.2
- Whiter default plain-text color.

## 2.7.1

- Darker terminal
Expand Down
2 changes: 1 addition & 1 deletion dark-plus-material.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"editor.findMatchBackground": "#ffff0030",
"editor.findMatchBorder": "#ff0000",
"editor.findRangeHighlightBackground": "#18181866",
"editor.foreground": "#9E9E9E",
"editor.foreground": "#bebebe",
"editor.hoverHighlightBackground": "#3F51B540",
"editor.inactiveSelectionBackground": "#3F51B5",
"editor.lineHighlightBorder": "#9fced11f",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.1",
"version": "2.7.2",
"author": {
"email": "[email protected]",
"name": "SaidTorres3",
Expand Down

0 comments on commit 843ad09

Please sign in to comment.