Skip to content

Commit

Permalink
Improve flat theme #726 , Improve Colorized Bracket Pairs support #728
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed May 7, 2022
1 parent c9c2563 commit 93b39ef
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
## 3.13.25 | 2022.05.07
- Improve flat theme [#726](https://github.com/Binaryify/OneDark-Pro/issues/726)

- Improve Colorized Bracket Pairs support [#728](https://github.com/Binaryify/OneDark-Pro/issues/728)

## 3.13.24 | 2022.04.21
- Fix theme config array merge bug [#713](https://github.com/Binaryify/OneDark-Pro/issues/713)

Expand Down
4 changes: 2 additions & 2 deletions 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.13.24",
"version": "3.13.25",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/Binaryify/OneDark-Pro"
},
"engines": {
"vscode": "^1.65.0"
"vscode": "^1.66.0"
},
"activationEvents": [
"onStartupFinished"
Expand Down
3 changes: 3 additions & 0 deletions src/themes/data/oneDarkPro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.foreground': '#abb2bf',
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
'editorHoverWidget.highlightForeground': '#61afef',
'editorInlayHint.foreground': '#abb2bf',
'editorInlayHint.background': '#2c313c',
Expand Down
3 changes: 3 additions & 0 deletions src/themes/data/oneDarkProDarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default {
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.foreground': '#abb2bf',
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
'editorHoverWidget.highlightForeground': '#61afef',
"editorInlayHint.foreground": "#abb2bf",
"editorInlayHint.background": "#2c313c",
Expand Down
22 changes: 14 additions & 8 deletions src/themes/data/oneDarkProFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default {
'editor.findMatchBorder': '#457dff',
'editor.findMatchHighlightBackground': '#6199ff2f',
'editor.foreground': '#abb2bf',
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
'editorHoverWidget.highlightForeground': '#61afef',
'editorInlayHint.foreground': '#abb2bf',
'editorInlayHint.background': '#2c313c',
Expand Down Expand Up @@ -63,7 +66,7 @@ export default {
'editorWarning.foreground': '#d19a66',
'editorWhitespace.foreground': '#3b4048',
'editorWidget.background': '#21252b',
focusBorder: '#3e4452',
focusBorder: '#282c34',
'gitDecoration.ignoredResourceForeground': '#636b78',
'input.background': '#21252b',
'list.activeSelectionBackground': '#2c313a',
Expand Down Expand Up @@ -98,7 +101,7 @@ export default {
'peekViewEditor.matchHighlightBackground': '#29244b',
'peekViewResult.background': '#22262b',
'progressBar.background': '#f0f0f0',
'scrollbar.shadow': '#23252c',
'scrollbar.shadow': '#282c34',
'scrollbarSlider.activeBackground': '#747d9180',
'scrollbarSlider.background': '#4e566660',
'scrollbarSlider.hoverBackground': '#5a637580',
Expand All @@ -112,16 +115,19 @@ export default {
'sideBarSectionHeader.foreground': '#abb2bf',
'sideBarTitle.foreground': '#abb2bf',
'statusBar.background': '#282c34',
'statusBar.debuggingBackground': '#171c22',
'statusBar.debuggingBorder': '#171c22',
'statusBar.debuggingForeground': '#f0f0f0',
"statusBar.border": "#282c34",
'statusBar.debuggingBackground': '#282C34',
'statusBar.debuggingBorder': '#282C34',
'statusBar.debuggingForeground': '#969aa4',
'statusBar.foreground': '#969aa4',
'statusBar.noFolderBackground': '#21252b',
'statusBar.noFolderBackground': '#282c34',
'statusBarItem.hoverBackground': '#2c313a',
'statusBarItem.remoteBackground': '#282c34',
'statusBarItem.remoteForeground': '#f8fafd',
'statusBarItem.remoteForeground': '#969aa4',
"statusBarItem.warningBackground": "#282c34",
"statusBarItem.warningForeground": "#b78853",
'tab.activeBackground': '#282c34',
'tab.activeBorder': '#f0f0f0',
'tab.activeBorder': '#b4b4b4',
'tab.activeForeground': '#dcdcdc',
'tab.border': '#282c34',
'tab.hoverBackground': '#323842',
Expand Down
3 changes: 3 additions & 0 deletions themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,9 @@
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#6199ff2f",
"editor.foreground": "#abb2bf",
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
"editorHoverWidget.highlightForeground": "#61afef",
"editorInlayHint.foreground": "#abb2bf",
"editorInlayHint.background": "#2c313c",
Expand Down
22 changes: 14 additions & 8 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,9 @@
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#6199ff2f",
"editor.foreground": "#abb2bf",
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
"editorHoverWidget.highlightForeground": "#61afef",
"editorInlayHint.foreground": "#abb2bf",
"editorInlayHint.background": "#2c313c",
Expand Down Expand Up @@ -2125,7 +2128,7 @@
"editorWarning.foreground": "#d19a66",
"editorWhitespace.foreground": "#3b4048",
"editorWidget.background": "#21252b",
"focusBorder": "#3e4452",
"focusBorder": "#282c34",
"gitDecoration.ignoredResourceForeground": "#636b78",
"input.background": "#21252b",
"list.activeSelectionBackground": "#2c313a",
Expand Down Expand Up @@ -2160,7 +2163,7 @@
"peekViewEditor.matchHighlightBackground": "#29244b",
"peekViewResult.background": "#22262b",
"progressBar.background": "#f0f0f0",
"scrollbar.shadow": "#23252c",
"scrollbar.shadow": "#282c34",
"scrollbarSlider.activeBackground": "#747d9180",
"scrollbarSlider.background": "#4e566660",
"scrollbarSlider.hoverBackground": "#5a637580",
Expand All @@ -2174,16 +2177,19 @@
"sideBarSectionHeader.foreground": "#abb2bf",
"sideBarTitle.foreground": "#abb2bf",
"statusBar.background": "#282c34",
"statusBar.debuggingBackground": "#171c22",
"statusBar.debuggingBorder": "#171c22",
"statusBar.debuggingForeground": "#f0f0f0",
"statusBar.border": "#282c34",
"statusBar.debuggingBackground": "#282C34",
"statusBar.debuggingBorder": "#282C34",
"statusBar.debuggingForeground": "#969aa4",
"statusBar.foreground": "#969aa4",
"statusBar.noFolderBackground": "#21252b",
"statusBar.noFolderBackground": "#282c34",
"statusBarItem.hoverBackground": "#2c313a",
"statusBarItem.remoteBackground": "#282c34",
"statusBarItem.remoteForeground": "#f8fafd",
"statusBarItem.remoteForeground": "#969aa4",
"statusBarItem.warningBackground": "#282c34",
"statusBarItem.warningForeground": "#b78853",
"tab.activeBackground": "#282c34",
"tab.activeBorder": "#f0f0f0",
"tab.activeBorder": "#b4b4b4",
"tab.activeForeground": "#dcdcdc",
"tab.border": "#282c34",
"tab.hoverBackground": "#323842",
Expand Down
3 changes: 3 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,9 @@
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#6199ff2f",
"editor.foreground": "#abb2bf",
"editorBracketHighlight.foreground1": "#d19a66",
"editorBracketHighlight.foreground2": "#c678dd",
"editorBracketHighlight.foreground3": "#56b6c2",
"editorHoverWidget.highlightForeground": "#61afef",
"editorInlayHint.foreground": "#abb2bf",
"editorInlayHint.background": "#2c313c",
Expand Down

0 comments on commit 93b39ef

Please sign in to comment.