Skip to content

Commit

Permalink
Import terminal border color #670
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jan 2, 2022
1 parent 3ed2e6f commit c837a87
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 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.13.9 | 2022.01.01
- Import terminal border color [#670](https://github.com/Binaryify/OneDark-Pro/issues/670)

## 3.13.8 | 2021.12.27
- Support for assembly syntax [#668](https://github.com/Binaryify/OneDark-Pro/issues/668)

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.13.8",
"version": "3.13.9",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/data/oneDarkPro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
'terminal.ansiWhite': '#e6e6e6',
'terminal.ansiYellow': '#d18f52',
'terminal.background': '#282c34',
'terminal.border': '#abb2bf',
'terminal.border': '#21252b',
'terminal.foreground': '#abb2bf',
'terminal.selectionBackground': '#abb2bf30',
'textBlockQuote.background': '#2e3440',
Expand Down
2 changes: 1 addition & 1 deletion src/themes/data/oneDarkProDarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
'terminal.ansiWhite': '#e6e6e6',
'terminal.ansiYellow': '#d18f52',
'terminal.background': '#23272e',
'terminal.border': '#abb2bf',
"terminal.border": "#1e2227",
'terminal.foreground': '#abb2bf',
'terminal.selectionBackground': '#abb2bf30',
'textBlockQuote.background': '#2e3440',
Expand Down
2 changes: 1 addition & 1 deletion src/themes/data/oneDarkProFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default {
'terminal.ansiWhite': '#e6e6e6',
'terminal.ansiYellow': '#d18f52',
'terminal.background': '#282c34',
'terminal.border': '#abb2bf',
'terminal.border': '#21252b',
'terminal.foreground': '#abb2bf',
'terminal.selectionBackground': '#abb2bf30',
'textLink.activeForeground': '#f0f0f0',
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@
"terminal.ansiWhite": "#e6e6e6",
"terminal.ansiYellow": "#d18f52",
"terminal.background": "#23272e",
"terminal.border": "#abb2bf",
"terminal.border": "#1e2227",
"terminal.foreground": "#abb2bf",
"terminal.selectionBackground": "#abb2bf30",
"textBlockQuote.background": "#2e3440",
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@
"terminal.ansiWhite": "#e6e6e6",
"terminal.ansiYellow": "#d18f52",
"terminal.background": "#282c34",
"terminal.border": "#abb2bf",
"terminal.border": "#21252b",
"terminal.foreground": "#abb2bf",
"terminal.selectionBackground": "#abb2bf30",
"textLink.activeForeground": "#f0f0f0",
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@
"terminal.ansiWhite": "#e6e6e6",
"terminal.ansiYellow": "#d18f52",
"terminal.background": "#282c34",
"terminal.border": "#abb2bf",
"terminal.border": "#21252b",
"terminal.foreground": "#abb2bf",
"terminal.selectionBackground": "#abb2bf30",
"textBlockQuote.background": "#2e3440",
Expand Down

0 comments on commit c837a87

Please sign in to comment.