mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Add experimental default dark/light v2 themes (#167104)
* Add experimental default dark/light themes * Update themes and name * Add colorizer test results * Update accent color * Fix status bar no folder background issue * Fix tree indent strokes * Update lighter layer * Fix breadcrumbs * Update accent * Update light lights and dark links * Update colorizer test
This commit is contained in:
139
extensions/theme-defaults/themes/dark_plus_experimental.json
Normal file
139
extensions/theme-defaults/themes/dark_plus_experimental.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "Dark+ (Experimental)",
|
||||
"include": "./dark_plus.json",
|
||||
"colors": {
|
||||
"activityBar.activeBorder": "#2488d8",
|
||||
"activityBar.background": "#181818",
|
||||
"activityBar.border": "#ffffff15",
|
||||
"activityBar.foreground": "#ffffffc5",
|
||||
"activityBar.inactiveForeground": "#ffffff80",
|
||||
"activityBarBadge.background": "#2488d8",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"badge.background": "#2488d8",
|
||||
"badge.foreground": "#000000",
|
||||
"button.background": "#2488d8",
|
||||
"button.border": "#ffffff12",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#2488d8e6",
|
||||
"button.secondaryBackground": "#FFFFFF0F",
|
||||
"button.secondaryForeground": "#ffffffc5",
|
||||
"button.secondaryHoverBackground": "#ffffff15",
|
||||
"checkbox.background": "#313131",
|
||||
"checkbox.border": "#ffffff15",
|
||||
"descriptionForeground": "#8b949e",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
"diffEditor.insertedTextBackground": "#2386364d",
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#313131",
|
||||
"dropdown.border": "#ffffff17",
|
||||
"dropdown.foreground": "#ffffffc5",
|
||||
"dropdown.listBackground": "#313131",
|
||||
"editor.background": "#1f1f1f",
|
||||
"editor.findMatchBackground": "#9e6a03",
|
||||
"editor.foreground": "#ffffffd3",
|
||||
"editorCursor.foreground": "#2488d8",
|
||||
"editorGroup.border": "#ffffff17",
|
||||
"editorGroupHeader.tabsBackground": "#181818",
|
||||
"editorGroupHeader.tabsBorder": "#ffffff15",
|
||||
"editorGutter.addedBackground": "#2ea04366",
|
||||
"editorGutter.deletedBackground": "#f8514966",
|
||||
"editorGutter.modifiedBackground": "#bb800966",
|
||||
"editorIndentGuide.activeBackground": "#c9d1d93d",
|
||||
"editorInlayHint.background": "#8b949e33",
|
||||
"editorInlayHint.foreground": "#8b949e",
|
||||
"editorInlayHint.typeBackground": "#8b949e33",
|
||||
"editorInlayHint.typeForeground": "#8b949e",
|
||||
"editorLineNumber.activeForeground": "#ffffffc5",
|
||||
"editorLineNumber.foreground": "#6e7681",
|
||||
"editorOverviewRuler.border": "#010409",
|
||||
"editorWhitespace.foreground": "#484f58",
|
||||
"editorWidget.background": "#1f1f1f",
|
||||
"errorForeground": "#f85149",
|
||||
"focusBorder": "#2488d8",
|
||||
"foreground": "#ffffffc5",
|
||||
"icon.foreground": "#ffffffc5",
|
||||
"input.background": "#ffffff0f",
|
||||
"input.border": "#ffffff17",
|
||||
"input.foreground": "#ffffffc5",
|
||||
"input.placeholderForeground": "#ffffff79",
|
||||
"keybindingLabel.foreground": "#ffffffc5",
|
||||
"list.activeSelectionBackground": "#ffffff0f",
|
||||
"list.activeSelectionIconForeground": "#ffffff",
|
||||
"list.activeSelectionForeground": "#ffffff",
|
||||
"menu.background": "#1f1f1f",
|
||||
"notificationCenterHeader.background": "#1f1f1f",
|
||||
"notificationCenterHeader.foreground": "#ffffffc5",
|
||||
"notifications.background": "#1f1f1f",
|
||||
"notifications.border": "#ffffff15",
|
||||
"notifications.foreground": "#ffffffc5",
|
||||
"panel.background": "#1f1f1f",
|
||||
"panel.border": "#ffffff15",
|
||||
"panelInput.border": "#ffffff15",
|
||||
"panelTitle.activeBorder": "#2488d8",
|
||||
"panelTitle.activeForeground": "#ffffffc5",
|
||||
"panelTitle.inactiveForeground": "#8b949e",
|
||||
"peekViewEditor.background": "#6e76811a",
|
||||
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||
"peekViewResult.background": "#1f1f1f",
|
||||
"peekViewResult.matchHighlightBackground": "#bb800966",
|
||||
"pickerGroup.border": "#ffffff15",
|
||||
"pickerGroup.foreground": "#8b949e",
|
||||
"progressBar.background": "#2488d8",
|
||||
"quickInput.background": "#1f1f1f",
|
||||
"quickInput.foreground": "#ffffffc5",
|
||||
"scrollbar.shadow": "#484f5833",
|
||||
"scrollbarSlider.activeBackground": "#6e768187",
|
||||
"scrollbarSlider.background": "#6e768133",
|
||||
"scrollbarSlider.hoverBackground": "#6e768145",
|
||||
"settings.dropdownBackground": "#313131",
|
||||
"settings.dropdownBorder": "#ffffff17",
|
||||
"settings.headerForeground": "#ffffff",
|
||||
"settings.modifiedItemIndicator": "#bb800966",
|
||||
"sideBar.background": "#181818",
|
||||
"sideBar.border": "#ffffff15",
|
||||
"sideBar.foreground": "#ffffffc5",
|
||||
"sideBarSectionHeader.background": "#181818",
|
||||
"sideBarSectionHeader.border": "#ffffff15",
|
||||
"sideBarSectionHeader.foreground": "#ffffffc5",
|
||||
"sideBarTitle.foreground": "#ffffffc5",
|
||||
"statusBar.background": "#181818",
|
||||
"statusBar.border": "#ffffff15",
|
||||
"statusBar.debuggingBackground": "#fd716c",
|
||||
"statusBar.debuggingForeground": "#000000",
|
||||
"statusBar.foreground": "#ffffffc5",
|
||||
"statusBar.noFolderBackground": "#1f1f1f",
|
||||
"statusBarItem.activeBackground": "#ffffff",
|
||||
"statusBarItem.focusBorder": "#2488d8",
|
||||
"statusBarItem.hoverBackground": "#c9d1d914",
|
||||
"statusBarItem.prominentBackground": "#6e768166",
|
||||
"statusBarItem.remoteBackground": "#2488d8",
|
||||
"statusBarItem.remoteForeground": "#000000",
|
||||
"tab.activeBackground": "#1f1f1f",
|
||||
"tab.activeBorder": "#1f1f1f",
|
||||
"tab.activeBorderTop": "#2488d8",
|
||||
"tab.activeForeground": "#ffffffc5",
|
||||
"tab.border": "#ffffff15",
|
||||
"tab.hoverBackground": "#1f1f1f",
|
||||
"tab.inactiveBackground": "#181818",
|
||||
"tab.inactiveForeground": "#ffffff80",
|
||||
"tab.unfocusedActiveBorder": "#1f1f1f",
|
||||
"tab.unfocusedActiveBorderTop": "#ffffff15",
|
||||
"tab.unfocusedHoverBackground": "#6e76811a",
|
||||
"terminal.foreground": "#ffffffc5",
|
||||
"textBlockQuote.background": "#010409",
|
||||
"textBlockQuote.border": "#ffffff14",
|
||||
"textCodeBlock.background": "#6e768166",
|
||||
"textLink.activeForeground": "#8bb6f7",
|
||||
"textLink.foreground": "#8bb6f7",
|
||||
"textPreformat.foreground": "#8b949e",
|
||||
"textSeparator.foreground": "#21262d",
|
||||
"titleBar.activeBackground": "#181818",
|
||||
"titleBar.activeForeground": "#ffffffc5",
|
||||
"titleBar.border": "#ffffff15",
|
||||
"titleBar.inactiveBackground": "#1f1f1f",
|
||||
"titleBar.inactiveForeground": "#8b949e",
|
||||
"welcomePage.tileBackground": "#ffffff0f",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user