Skip to content

Commit

Permalink
GHI-#24 Implement VS Code version 1.13 new workbench theme features
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent 55313a7 commit 5c13210
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"activityBar.foreground": "#d8dee9",
"activityBarBadge.background": "#88c0d0",
"activityBarBadge.foreground": "#2e3440",
"badge.foreground": "#2e3440",
"badge.background": "#88c0d0",
"button.background": "#434c5e",
"button.foreground": "#d8dee9",
"button.hoverBackground": "#4c566a",
Expand Down Expand Up @@ -38,6 +40,10 @@
"editor.rangeHighlightBackground": "#434c5e52",
"editor.wordHighlightBackground": "#81a1c166",
"editor.wordHighlightStrongBackground": "#81a1c199",
"editorError.foreground": "#bf616a",
"editorError.border": "#bf616a",
"editorWarning.foreground": "#ebcb8b",
"editorWarning.border": "#ebcb8b",
"editorGroup.background": "#2e3440",
"editorGroup.border": "#3b425200",
"editorGroup.dropBackground": "#2e3440",
Expand All @@ -54,6 +60,9 @@
"editorSuggestWidget.foreground": "#d8dee9",
"editorSuggestWidget.highlightForeground": "#88c0d0",
"editorSuggestWidget.selectedBackground": "#434c5e",
"extensionButton.prominentForeground": "#d8dee9",
"extensionButton.prominentBackground": "#434c5e",
"extensionButton.prominentHoverBackground": "#4c566a",
"debugExceptionWidget.background": "#4c566a",
"debugExceptionWidget.border": "#2e3440",
"debugToolBar.background": "#3b4252",
Expand Down Expand Up @@ -94,10 +103,12 @@
"peekViewTitleDescription.foreground": "#d8dee9",
"peekViewTitleLabel.foreground": "#88c0d0",
"pickerGroup.foreground": "#d8dee9",
"progressBar.background": "#88c0d0",
"scrollbar.shadow": "#00000066",
"scrollbarSlider.activeBackground": "#434c5e99",
"scrollbarSlider.background": "#3b4252aa",
"scrollbarSlider.hoverBackground": "#434c5e99",
"selection.background": "#88c0d099",
"sideBar.background": "#2e3440",
"sideBarSectionHeader.background": "#3b4252",
"sideBarTitle.foreground": "#d8dee9",
Expand Down

0 comments on commit 5c13210

Please sign in to comment.