Skip to content

Commit

Permalink
Fixes #194, #143
Browse files Browse the repository at this point in the history
  • Loading branch information
svipas committed Mar 8, 2018
1 parent f85cb71 commit 21d7cb3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# CHANGELOG

## 2.13.0 | 2018.3.08
* Fixed `findMatchBackground` coloring.
* New color for line number of the current active line in the editor.
* Deleted old `notification.background` color because of the new Notification Center.
* New border colors for editor highlights which improves readability while searching.

## 2.12.8 | 2018.3.06
Improve integrated terminal colors

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": "2.12.8",
"version": "2.13.0",
"publisher": "zhuangtongfa",
"bugs": {
"url": "https://github.com/Binaryify/OneDark-Pro/issues"
Expand Down
8 changes: 6 additions & 2 deletions themes/OneDark-Pro-vivid.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@
"editor.lineHighlightBackground": "#383e4a85",
"editor.selectionBackground": "#67769660",
"editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#abb2bf",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#3f5de6da",
"editorBracketMatch.border": "#515a6b",
"editorBracketMatch.background": "#515a6b",
"editor.editor.findMatchBackground": "#42557B",
"editor.findMatchBackground": "#42557B",
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#314365",
"editor.wordHighlightBackground": "#484e5b",
"editor.wordHighlightBorder": "#abb2bf",
"editor.wordHighlightStrongBackground": "#AAB1C026",
"editor.wordHighlightStrongBorder": "#abb2bf",
"editorGroup.background": "#181A1F",
"editorGroup.border": "#181A1F",
"editorGroupHeader.tabsBackground": "#21252B",
"editorIndentGuide.background": "#3B4048",
"editorLineNumber.foreground": "#495162",
"editorActiveLineNumber.foreground": "#7f848e",
"editorWhitespace.foreground": "#3B4048",
"editorHoverWidget.background": "#21252B",
"editorHoverWidget.border": "#181A1F",
Expand All @@ -47,7 +52,6 @@
"list.highlightForeground": "#C5C5C5",
"list.inactiveSelectionBackground": "#2c313a",
"list.inactiveSelectionForeground": "#d7dae0",
"notification.background": "#21252b",
"peekViewEditor.matchHighlightBackground": "#29244b",
"scrollbarSlider.background": "#4e566660",
"scrollbarSlider.activeBackground": "#747D9180",
Expand Down
8 changes: 6 additions & 2 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@
"editor.lineHighlightBackground": "#383e4a85",
"editor.selectionBackground": "#67769660",
"editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#abb2bf",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#3f5de6da",
"editorBracketMatch.border": "#515a6b",
"editorBracketMatch.background": "#515a6b",
"editor.editor.findMatchBackground": "#42557B",
"editor.findMatchBackground": "#42557B",
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#314365",
"editor.wordHighlightBackground": "#484e5b",
"editor.wordHighlightBorder": "#abb2bf",
"editor.wordHighlightStrongBackground": "#abb2bf26",
"editor.wordHighlightStrongBorder": "#abb2bf",
"editorGroup.background": "#181A1F",
"editorGroup.border": "#181A1F",
"editorGroupHeader.tabsBackground": "#21252B",
"editorIndentGuide.background": "#3B4048",
"editorLineNumber.foreground": "#495162",
"editorActiveLineNumber.foreground": "#7f848e",
"editorWhitespace.foreground": "#3B4048",
"editorHoverWidget.background": "#21252B",
"editorHoverWidget.border": "#181A1F",
Expand All @@ -47,7 +52,6 @@
"list.highlightForeground": "#C5C5C5",
"list.inactiveSelectionBackground": "#2c313a",
"list.inactiveSelectionForeground": "#d7dae0",
"notification.background": "#21252b",
"peekViewEditor.matchHighlightBackground": "#29244b",
"scrollbarSlider.background": "#4e566660",
"scrollbarSlider.activeBackground": "#747D9180",
Expand Down

0 comments on commit 21d7cb3

Please sign in to comment.