[themes] solarized-dark polish: add colors for peek, hover (#23638)

This commit is contained in:
Martin Aeschlimann 2017-03-30 10:48:13 +02:00
parent ae46d50241
commit 94d2a5ab4b
2 changed files with 7 additions and 2 deletions

View file

@ -8,7 +8,7 @@
{
"label": "Solarized Dark",
"uiTheme": "vs-dark",
"path": "./themes/Solarized-dark.json"
"path": "./themes/solarized-dark-color-theme.json"
}
]
}

View file

@ -323,6 +323,11 @@
"inactiveTabInactiveGroupForeground": "#93A1A1",
"debugToolBarBackground": "#00212B",
"selectBackground": "#00212B",
"selectBorder": "#2AA19899"
"selectBorder": "#2AA19899",
"editorPeekResultsBackground": "#00212B",
"editorPeekTitleBackground": "#00212B",
"editorPeekReferenceHighlight": "#7744AA40",
"editorHoverBackground": "#004052"
}
}