Skip to content

Commit 00dd966

Browse files
committed
feat: Improved match highlight background contrast
1 parent 0f37dcd commit 00dd966

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
2+
## 3.17.0 | 2024.03.13
3+
- Improved match highlight background contrast
4+
25
## 3.16.2 | 2023.10.16
36
- Update README.md
47

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "material-theme",
33
"displayName": "One Dark Pro",
44
"description": "Atom's iconic One Dark theme for Visual Studio Code",
5-
"version": "3.16.2",
5+
"version": "3.17.0",
66
"publisher": "zhuangtongfa",
77
"license": "MIT",
88
"bugs": {

src/themes/data/oneDarkPro.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default {
1414
'dropdown.background': '#21252b',
1515
'dropdown.border': '#21252b',
1616
'editor.background': '#282c34',
17-
'editor.findMatchBackground': '#42557b',
18-
'editor.findMatchBorder': '#457dff',
19-
'editor.findMatchHighlightBackground': '#6199ff2f',
17+
'editor.findMatchBackground': '#d19a6644',
18+
'editor.findMatchBorder': '#ffffff5a',
19+
'editor.findMatchHighlightBackground': '#ffffff22',
2020
'editor.foreground': '#abb2bf',
2121
'editorBracketHighlight.foreground1': '#d19a66',
2222
'editorBracketHighlight.foreground2': '#c678dd',

src/themes/data/oneDarkProDarker.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default {
1414
'dropdown.background': '#1e2227',
1515
'dropdown.border': '#1e2227',
1616
'editor.background': '#23272e',
17-
'editor.findMatchBackground': '#42557b',
18-
'editor.findMatchBorder': '#457dff',
19-
'editor.findMatchHighlightBackground': '#6199ff2f',
17+
'editor.findMatchBackground': '#d19a6644',
18+
'editor.findMatchBorder': '#ffffff5a',
19+
'editor.findMatchHighlightBackground': '#ffffff22',
2020
'editor.foreground': '#abb2bf',
2121
'editorBracketHighlight.foreground1': '#d19a66',
2222
'editorBracketHighlight.foreground2': '#c678dd',

src/themes/data/oneDarkProFlat.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export default {
1616
'dropdown.border': '#21252b',
1717
'dropdown.listBackground': '#21252b',
1818
'editor.background': '#282c34',
19-
'editor.findMatchBackground': '#42557b',
20-
'editor.findMatchBorder': '#457dff',
21-
'editor.findMatchHighlightBackground': '#6199ff2f',
19+
'editor.findMatchBackground': '#d19a6644',
20+
'editor.findMatchBorder': '#ffffff5a',
21+
'editor.findMatchHighlightBackground': '#ffffff22',
2222
'editor.foreground': '#abb2bf',
2323
'editorBracketHighlight.foreground1': '#d19a66',
2424
'editorBracketHighlight.foreground2': '#c678dd',

src/themes/data/oneDarkProMix.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default {
1414
'dropdown.background': '#21252b',
1515
'dropdown.border': '#21252b',
1616
'editor.background': '#282c34',
17-
'editor.findMatchBackground': '#42557b',
18-
'editor.findMatchBorder': '#457dff',
19-
'editor.findMatchHighlightBackground': '#6199ff2f',
17+
'editor.findMatchBackground': '#d19a6644',
18+
'editor.findMatchBorder': '#ffffff5a',
19+
'editor.findMatchHighlightBackground': '#ffffff22',
2020
'editor.foreground': '#abb2bf',
2121
'editorBracketHighlight.foreground1': '#d19a66',
2222
'editorBracketHighlight.foreground2': '#c678dd',

0 commit comments

Comments
 (0)