-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code 1.13 workbench theme feature migration #25
Comments
One suggestion: Just to keep theme minimal, do not add |
Currently the terminal uses the editor background color by default, |
….13-workbench-theme-feature-migration VS Code 1.13 workbench theme feature migration
🚢 Shipped with extension release version 🏷 0.4.0. |
VS Code 1.13 has been released including a bunch of new workbench theme features documented in the official Theme Color Reference.
Tasks
UI
Base Colors
errorForeground
Input Control
input.placeholderForeground
List and Trees
list.inactiveSelectionForeground
list.hoverForeground
list.focusForeground
Sidebar
sideBar.foreground
sideBar.border
sideBarSectionHeader.foreground
Editor Groups & Tabs
editorGroupHeader.tabsBorder
tab.unfocusedActiveForeground
tab.unfocusedInactiveForeground
Editor
Rulers
editorRuler.foreground
Code Lens
editorCodeLens.foreground
Bracket matches
editorBracketMatch.background
editorBracketMatch.border
Overview ruler
editorOverviewRuler.border
Gutter
editorGutter.background
editorGutter.modifiedBackground
editorGutter.addedBackground
editorGutter.deletedBackground
Editor Widgets
editorWidgetBorder
Peek View Colors
peekViewEditorGutter.background
Merge Conflicts
merge.currentHeaderBackground
merge.currentContentBackground
merge.incomingHeaderBackground
merge.incomingContentBackground
merge.border
editorOverviewRuler.currentContentForeground
editorOverviewRuler.incomingContentForeground
Status Bar Colors
statusBar.debuggingForeground
statusBar.noFolderForeground
statusBar.noFolderBackground
statusBar.border
Quick Picker
pickerGroup.border
Integrated Terminal Colors
terminal.background
terminal.foreground
Welcome Page
welcomePage.buttonBackground
welcomePage.buttonHoverBackground
walkThrough.embeddedEditorBackground
The text was updated successfully, but these errors were encountered: