Skip to content

Commit

Permalink
feat: Improved match highlight background contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Mar 13, 2024
1 parent 0f37dcd commit 00dd966
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## 3.17.0 | 2024.03.13
- Improved match highlight background contrast

## 3.16.2 | 2023.10.16
- Update README.md

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": "material-theme",
"displayName": "One Dark Pro",
"description": "Atom's iconic One Dark theme for Visual Studio Code",
"version": "3.16.2",
"version": "3.17.0",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions src/themes/data/oneDarkPro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
'dropdown.background': '#21252b',
'dropdown.border': '#21252b',
'editor.background': '#282c34',
'editor.findMatchBackground': '#42557b',
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.findMatchBackground': '#d19a6644',
'editor.findMatchBorder': '#ffffff5a',
'editor.findMatchHighlightBackground': '#ffffff22',
'editor.foreground': '#abb2bf',
'editorBracketHighlight.foreground1': '#d19a66',
'editorBracketHighlight.foreground2': '#c678dd',
Expand Down
6 changes: 3 additions & 3 deletions src/themes/data/oneDarkProDarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
'dropdown.background': '#1e2227',
'dropdown.border': '#1e2227',
'editor.background': '#23272e',
'editor.findMatchBackground': '#42557b',
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.findMatchBackground': '#d19a6644',
'editor.findMatchBorder': '#ffffff5a',
'editor.findMatchHighlightBackground': '#ffffff22',
'editor.foreground': '#abb2bf',
'editorBracketHighlight.foreground1': '#d19a66',
'editorBracketHighlight.foreground2': '#c678dd',
Expand Down
6 changes: 3 additions & 3 deletions src/themes/data/oneDarkProFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default {
'dropdown.border': '#21252b',
'dropdown.listBackground': '#21252b',
'editor.background': '#282c34',
'editor.findMatchBackground': '#42557b',
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.findMatchBackground': '#d19a6644',
'editor.findMatchBorder': '#ffffff5a',
'editor.findMatchHighlightBackground': '#ffffff22',
'editor.foreground': '#abb2bf',
'editorBracketHighlight.foreground1': '#d19a66',
'editorBracketHighlight.foreground2': '#c678dd',
Expand Down
6 changes: 3 additions & 3 deletions src/themes/data/oneDarkProMix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
'dropdown.background': '#21252b',
'dropdown.border': '#21252b',
'editor.background': '#282c34',
'editor.findMatchBackground': '#42557b',
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.findMatchBackground': '#d19a6644',
'editor.findMatchBorder': '#ffffff5a',
'editor.findMatchHighlightBackground': '#ffffff22',
'editor.foreground': '#abb2bf',
'editorBracketHighlight.foreground1': '#d19a66',
'editorBracketHighlight.foreground2': '#c678dd',
Expand Down

0 comments on commit 00dd966

Please sign in to comment.