Skip to content

Commit 93b39ef

Browse files
committed
Improve flat theme #726 , Improve Colorized Bracket Pairs support #728
1 parent c9c2563 commit 93b39ef

8 files changed

+47
-18
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# CHANGELOG
2+
## 3.13.25 | 2022.05.07
3+
- Improve flat theme [#726](https://github.com/Binaryify/OneDark-Pro/issues/726)
4+
5+
- Improve Colorized Bracket Pairs support [#728](https://github.com/Binaryify/OneDark-Pro/issues/728)
6+
27
## 3.13.24 | 2022.04.21
38
- Fix theme config array merge bug [#713](https://github.com/Binaryify/OneDark-Pro/issues/713)
49

package.json

+2-2
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.13.24",
5+
"version": "3.13.25",
66
"publisher": "zhuangtongfa",
77
"license": "MIT",
88
"bugs": {
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/Binaryify/OneDark-Pro"
1515
},
1616
"engines": {
17-
"vscode": "^1.65.0"
17+
"vscode": "^1.66.0"
1818
},
1919
"activationEvents": [
2020
"onStartupFinished"

src/themes/data/oneDarkPro.ts

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default {
1818
'editor.findMatchBorder': '#457dff',
1919
'editor.findMatchHighlightBackground': '#6199ff2f',
2020
'editor.foreground': '#abb2bf',
21+
"editorBracketHighlight.foreground1": "#d19a66",
22+
"editorBracketHighlight.foreground2": "#c678dd",
23+
"editorBracketHighlight.foreground3": "#56b6c2",
2124
'editorHoverWidget.highlightForeground': '#61afef',
2225
'editorInlayHint.foreground': '#abb2bf',
2326
'editorInlayHint.background': '#2c313c',

src/themes/data/oneDarkProDarker.ts

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default {
1818
'editor.findMatchBorder': '#457dff',
1919
'editor.findMatchHighlightBackground': '#6199ff2f',
2020
'editor.foreground': '#abb2bf',
21+
"editorBracketHighlight.foreground1": "#d19a66",
22+
"editorBracketHighlight.foreground2": "#c678dd",
23+
"editorBracketHighlight.foreground3": "#56b6c2",
2124
'editorHoverWidget.highlightForeground': '#61afef',
2225
"editorInlayHint.foreground": "#abb2bf",
2326
"editorInlayHint.background": "#2c313c",

src/themes/data/oneDarkProFlat.ts

+14-8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default {
2020
'editor.findMatchBorder': '#457dff',
2121
'editor.findMatchHighlightBackground': '#6199ff2f',
2222
'editor.foreground': '#abb2bf',
23+
"editorBracketHighlight.foreground1": "#d19a66",
24+
"editorBracketHighlight.foreground2": "#c678dd",
25+
"editorBracketHighlight.foreground3": "#56b6c2",
2326
'editorHoverWidget.highlightForeground': '#61afef',
2427
'editorInlayHint.foreground': '#abb2bf',
2528
'editorInlayHint.background': '#2c313c',
@@ -63,7 +66,7 @@ export default {
6366
'editorWarning.foreground': '#d19a66',
6467
'editorWhitespace.foreground': '#3b4048',
6568
'editorWidget.background': '#21252b',
66-
focusBorder: '#3e4452',
69+
focusBorder: '#282c34',
6770
'gitDecoration.ignoredResourceForeground': '#636b78',
6871
'input.background': '#21252b',
6972
'list.activeSelectionBackground': '#2c313a',
@@ -98,7 +101,7 @@ export default {
98101
'peekViewEditor.matchHighlightBackground': '#29244b',
99102
'peekViewResult.background': '#22262b',
100103
'progressBar.background': '#f0f0f0',
101-
'scrollbar.shadow': '#23252c',
104+
'scrollbar.shadow': '#282c34',
102105
'scrollbarSlider.activeBackground': '#747d9180',
103106
'scrollbarSlider.background': '#4e566660',
104107
'scrollbarSlider.hoverBackground': '#5a637580',
@@ -112,16 +115,19 @@ export default {
112115
'sideBarSectionHeader.foreground': '#abb2bf',
113116
'sideBarTitle.foreground': '#abb2bf',
114117
'statusBar.background': '#282c34',
115-
'statusBar.debuggingBackground': '#171c22',
116-
'statusBar.debuggingBorder': '#171c22',
117-
'statusBar.debuggingForeground': '#f0f0f0',
118+
"statusBar.border": "#282c34",
119+
'statusBar.debuggingBackground': '#282C34',
120+
'statusBar.debuggingBorder': '#282C34',
121+
'statusBar.debuggingForeground': '#969aa4',
118122
'statusBar.foreground': '#969aa4',
119-
'statusBar.noFolderBackground': '#21252b',
123+
'statusBar.noFolderBackground': '#282c34',
120124
'statusBarItem.hoverBackground': '#2c313a',
121125
'statusBarItem.remoteBackground': '#282c34',
122-
'statusBarItem.remoteForeground': '#f8fafd',
126+
'statusBarItem.remoteForeground': '#969aa4',
127+
"statusBarItem.warningBackground": "#282c34",
128+
"statusBarItem.warningForeground": "#b78853",
123129
'tab.activeBackground': '#282c34',
124-
'tab.activeBorder': '#f0f0f0',
130+
'tab.activeBorder': '#b4b4b4',
125131
'tab.activeForeground': '#dcdcdc',
126132
'tab.border': '#282c34',
127133
'tab.hoverBackground': '#323842',

themes/OneDark-Pro-darker.json

+3
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,9 @@
20372037
"editor.findMatchBorder": "#457dff",
20382038
"editor.findMatchHighlightBackground": "#6199ff2f",
20392039
"editor.foreground": "#abb2bf",
2040+
"editorBracketHighlight.foreground1": "#d19a66",
2041+
"editorBracketHighlight.foreground2": "#c678dd",
2042+
"editorBracketHighlight.foreground3": "#56b6c2",
20402043
"editorHoverWidget.highlightForeground": "#61afef",
20412044
"editorInlayHint.foreground": "#abb2bf",
20422045
"editorInlayHint.background": "#2c313c",

themes/OneDark-Pro-flat.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -2082,6 +2082,9 @@
20822082
"editor.findMatchBorder": "#457dff",
20832083
"editor.findMatchHighlightBackground": "#6199ff2f",
20842084
"editor.foreground": "#abb2bf",
2085+
"editorBracketHighlight.foreground1": "#d19a66",
2086+
"editorBracketHighlight.foreground2": "#c678dd",
2087+
"editorBracketHighlight.foreground3": "#56b6c2",
20852088
"editorHoverWidget.highlightForeground": "#61afef",
20862089
"editorInlayHint.foreground": "#abb2bf",
20872090
"editorInlayHint.background": "#2c313c",
@@ -2125,7 +2128,7 @@
21252128
"editorWarning.foreground": "#d19a66",
21262129
"editorWhitespace.foreground": "#3b4048",
21272130
"editorWidget.background": "#21252b",
2128-
"focusBorder": "#3e4452",
2131+
"focusBorder": "#282c34",
21292132
"gitDecoration.ignoredResourceForeground": "#636b78",
21302133
"input.background": "#21252b",
21312134
"list.activeSelectionBackground": "#2c313a",
@@ -2160,7 +2163,7 @@
21602163
"peekViewEditor.matchHighlightBackground": "#29244b",
21612164
"peekViewResult.background": "#22262b",
21622165
"progressBar.background": "#f0f0f0",
2163-
"scrollbar.shadow": "#23252c",
2166+
"scrollbar.shadow": "#282c34",
21642167
"scrollbarSlider.activeBackground": "#747d9180",
21652168
"scrollbarSlider.background": "#4e566660",
21662169
"scrollbarSlider.hoverBackground": "#5a637580",
@@ -2174,16 +2177,19 @@
21742177
"sideBarSectionHeader.foreground": "#abb2bf",
21752178
"sideBarTitle.foreground": "#abb2bf",
21762179
"statusBar.background": "#282c34",
2177-
"statusBar.debuggingBackground": "#171c22",
2178-
"statusBar.debuggingBorder": "#171c22",
2179-
"statusBar.debuggingForeground": "#f0f0f0",
2180+
"statusBar.border": "#282c34",
2181+
"statusBar.debuggingBackground": "#282C34",
2182+
"statusBar.debuggingBorder": "#282C34",
2183+
"statusBar.debuggingForeground": "#969aa4",
21802184
"statusBar.foreground": "#969aa4",
2181-
"statusBar.noFolderBackground": "#21252b",
2185+
"statusBar.noFolderBackground": "#282c34",
21822186
"statusBarItem.hoverBackground": "#2c313a",
21832187
"statusBarItem.remoteBackground": "#282c34",
2184-
"statusBarItem.remoteForeground": "#f8fafd",
2188+
"statusBarItem.remoteForeground": "#969aa4",
2189+
"statusBarItem.warningBackground": "#282c34",
2190+
"statusBarItem.warningForeground": "#b78853",
21852191
"tab.activeBackground": "#282c34",
2186-
"tab.activeBorder": "#f0f0f0",
2192+
"tab.activeBorder": "#b4b4b4",
21872193
"tab.activeForeground": "#dcdcdc",
21882194
"tab.border": "#282c34",
21892195
"tab.hoverBackground": "#323842",

themes/OneDark-Pro.json

+3
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,9 @@
20662066
"editor.findMatchBorder": "#457dff",
20672067
"editor.findMatchHighlightBackground": "#6199ff2f",
20682068
"editor.foreground": "#abb2bf",
2069+
"editorBracketHighlight.foreground1": "#d19a66",
2070+
"editorBracketHighlight.foreground2": "#c678dd",
2071+
"editorBracketHighlight.foreground3": "#56b6c2",
20692072
"editorHoverWidget.highlightForeground": "#61afef",
20702073
"editorInlayHint.foreground": "#abb2bf",
20712074
"editorInlayHint.background": "#2c313c",

0 commit comments

Comments
 (0)