Skip to content

Commit

Permalink
Merge branch 'fix-1.3.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
whosydd committed Jun 13, 2022
2 parents f0a2c71 + 01e6aae commit fc8bd9a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dist
node_modules
.vscode-test/
*.vsix

test/
*.bak.*
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1 (2022-06-13)

- 移除 "descriptionForeground" 高亮颜色

## 1.3.0 (2021-10-14)

- 重新调整项目目录结构,优化代码
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ayu-mirage-plus",
"displayName": "Ayu Mirage Plus",
"description": "This theme is basic on Ayu Mirage, just for fun! :)",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "GY",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/config/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default {
'activityBar.activeBorder',
'activityBar.foreground',
'breadcrumb.focusForeground',
'descriptionForeground',
'editorCursor.foreground',
'editorLineNumber.activeForeground',
'editorSuggestWidget.highlightForeground',
Expand Down
2 changes: 1 addition & 1 deletion src/themes/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"debugExceptionWidget.background": "#232834",
"debugExceptionWidget.border": "#191e2a",
"debugToolBar.background": "#232834",
"descriptionForeground": "#bbffaa",
"descriptionForeground": "#707a8c",
"diffEditor.insertedTextBackground": "#ccff9926",
"diffEditor.removedTextBackground": "#f29e7426",
"dropdown.background": "#232834",
Expand Down

0 comments on commit fc8bd9a

Please sign in to comment.