Skip to content

Commit

Permalink
UI/theme updates (#4762)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd authored Sep 20, 2024
1 parent 62ae3ce commit 9b6f7c0
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 228 deletions.
12 changes: 12 additions & 0 deletions extensions/theme-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"uiTheme": "vs-dark",
"path": "./themes/dark_modern.json"
},
{
"id": "Default Positron Dark",
"label": "%positronDarkThemeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/positron_dark.json"
},
{
"id": "Default Light+",
"label": "%lightPlusColorThemeLabel%",
Expand All @@ -37,6 +43,12 @@
"uiTheme": "vs",
"path": "./themes/light_modern.json"
},
{
"id": "Default Positron Light",
"label": "%positronLightThemeLabel%",
"uiTheme": "vs",
"path": "./themes/positron_light.json"
},
{
"id": "Visual Studio Dark",
"label": "%darkColorThemeLabel%",
Expand Down
8 changes: 5 additions & 3 deletions extensions/theme-defaults/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes",
"darkPlusColorThemeLabel": "Dark+",
"darkModernThemeLabel": "Positron Dark",
"darkModernThemeLabel": "Dark Modern",
"lightPlusColorThemeLabel": "Light+",
"lightModernThemeLabel": "Positron Light",
"lightModernThemeLabel": "Light Modern",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "Dark High Contrast",
"lightHcColorThemeLabel": "Light High Contrast",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
"minimalIconThemeLabel": "Minimal (Visual Studio Code)",
"positronDarkThemeLabel": "Positron Dark",
"positronLightThemeLabel": "Positron Light"
}
193 changes: 91 additions & 102 deletions extensions/theme-defaults/themes/dark_modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@
"name": "Default Dark Modern",
"include": "./dark_plus.json",
"colors": {
"activityBar.activeBackground": "#ffffff00",
"activityBar.activeBorder": "#c1d6e8",
"activityBar.background": "#32485b",
"activityBar.border": "#ffffff00",
"activityBar.foreground": "#c1d6e8",
"activityBar.inactiveForeground": "#acbece",
"activityBarBadge.background": "#ce0101",
"activityBarBadge.foreground": "#ffffff",
"badge.background": "#32485b",
"badge.foreground": "#ffffff",
"button.background": "#32485b",
"button.border": "#ffffff12",
"button.foreground": "#ffffff",
"button.hoverBackground": "#32485be6",
"button.secondaryBackground": "#FFFFFF0F",
"button.secondaryForeground": "#cccccc",
"button.secondaryHoverBackground": "#ffffff15",
"activityBar.activeBorder": "#0078D4",
"activityBar.background": "#181818",
"activityBar.border": "#2B2B2B",
"activityBar.foreground": "#D7D7D7",
"activityBar.inactiveForeground": "#868686",
"activityBarBadge.background": "#0078D4",
"activityBarBadge.foreground": "#FFFFFF",
"badge.background": "#616161",
"badge.foreground": "#F8F8F8",
"button.background": "#0078D4",
"button.border": "#FFFFFF12",
"button.foreground": "#FFFFFF",
"button.hoverBackground": "#026EC1",
"button.secondaryBackground": "#313131",
"button.secondaryForeground": "#CCCCCC",
"button.secondaryHoverBackground": "#3C3C3C",
"chat.slashCommandBackground": "#34414B",
"chat.slashCommandForeground": "#40A6FF",
"checkbox.background": "#313131",
Expand All @@ -35,57 +34,46 @@
"editor.foreground": "#CCCCCC",
"editorGroup.border": "#FFFFFF17",
"editorGroupHeader.tabsBackground": "#181818",
"editorGroupHeader.tabsBorder": "#ffffff15",
"editorGutter.addedBackground": "#2ea043",
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#32485b",
"editorInlayHint.background": "#8b949e33",
"editorInlayHint.foreground": "#8b949e",
"editorInlayHint.typeBackground": "#8b949e33",
"editorInlayHint.typeForeground": "#8b949e",
"editorLineNumber.activeForeground": "#cccccc",
"editorLineNumber.foreground": "#6e7681",
"editorGroupHeader.tabsBorder": "#2B2B2B",
"editorGutter.addedBackground": "#2EA043",
"editorGutter.deletedBackground": "#F85149",
"editorGutter.modifiedBackground": "#0078D4",
"editorLineNumber.activeForeground": "#CCCCCC",
"editorLineNumber.foreground": "#6E7681",
"editorOverviewRuler.border": "#010409",
"editorWidget.background": "#1f1f1f",
"errorForeground": "#f85149",
"focusBorder": "#32485b",
"foreground": "#cccccc",
"icon.foreground": "#cccccc",
"input.background": "#2a2a2a",
"input.border": "#ffffff1f",
"input.foreground": "#cccccc",
"input.placeholderForeground": "#ffffff79",
"inputOption.activeBackground": "#2489db82",
"inputOption.activeBorder": "#2488db",
"keybindingLabel.foreground": "#cccccc",
"list.activeSelectionBackground": "#32485b",
"list.activeSelectionIconForeground": "#ffffff",
"list.activeSelectionForeground": "#ffffff",
"menu.background": "#1f1f1f",
"notificationCenterHeader.background": "#1f1f1f",
"notificationCenterHeader.foreground": "#cccccc",
"notifications.background": "#1f1f1f",
"notifications.border": "#ffffff15",
"notifications.foreground": "#cccccc",
"editorWidget.background": "#202020",
"errorForeground": "#F85149",
"focusBorder": "#0078D4",
"foreground": "#CCCCCC",
"icon.foreground": "#CCCCCC",
"input.background": "#313131",
"input.border": "#3C3C3C",
"input.foreground": "#CCCCCC",
"input.placeholderForeground": "#989898",
"inputOption.activeBackground": "#2489DB82",
"inputOption.activeBorder": "#2488DB",
"keybindingLabel.foreground": "#CCCCCC",
"menu.background": "#1F1F1F",
"menu.selectionBackground": "#0078d4",
"notificationCenterHeader.background": "#1F1F1F",
"notificationCenterHeader.foreground": "#CCCCCC",
"notifications.background": "#1F1F1F",
"notifications.border": "#2B2B2B",
"notifications.foreground": "#CCCCCC",
"panel.background": "#181818",
"panel.border": "#ffffff15",
"panelInput.border": "#ffffff15",
"panelTitle.activeBorder": "#32485b",
"panelTitle.activeForeground": "#cccccc",
"panelTitle.inactiveForeground": "#8b949e",
"peekViewEditor.background": "#1f1f1f",
"peekViewEditor.matchHighlightBackground": "#bb800966",
"peekViewResult.background": "#1f1f1f",
"peekViewResult.matchHighlightBackground": "#bb800966",
"pickerGroup.border": "#ffffff15",
"pickerGroup.foreground": "#8b949e",
"progressBar.background": "#32485b",
"quickInput.background": "#1f1f1f",
"quickInput.foreground": "#cccccc",
"scrollbar.shadow": "#484f5833",
"scrollbarSlider.activeBackground": "#6e768187",
"scrollbarSlider.background": "#6e768133",
"scrollbarSlider.hoverBackground": "#6e768145",
"panel.border": "#2B2B2B",
"panelInput.border": "#2B2B2B",
"panelTitle.activeBorder": "#0078D4",
"panelTitle.activeForeground": "#CCCCCC",
"panelTitle.inactiveForeground": "#9D9D9D",
"peekViewEditor.background": "#1F1F1F",
"peekViewEditor.matchHighlightBackground": "#BB800966",
"peekViewResult.background": "#1F1F1F",
"peekViewResult.matchHighlightBackground": "#BB800966",
"pickerGroup.border": "#3C3C3C",
"progressBar.background": "#0078D4",
"quickInput.background": "#222222",
"quickInput.foreground": "#CCCCCC",
"settings.dropdownBackground": "#313131",
"settings.dropdownBorder": "#3C3C3C",
"settings.headerForeground": "#FFFFFF",
Expand All @@ -98,44 +86,45 @@
"sideBarSectionHeader.foreground": "#CCCCCC",
"sideBarTitle.foreground": "#CCCCCC",
"statusBar.background": "#181818",
"statusBar.border": "#ffffff15",
"statusBar.debuggingBackground": "#32485b",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.focusBorder": "#32485b",
"statusBar.foreground": "#cccccc",
"statusBar.noFolderBackground": "#1f1f1f",
"statusBarItem.focusBorder": "#32485b",
"statusBarItem.prominentBackground": "#6e768166",
"statusBarItem.remoteBackground": "#32485b",
"statusBarItem.remoteForeground": "#ffffff",
"tab.activeBackground": "#1f1f1f",
"tab.activeBorder": "#1f1f1f",
"tab.activeBorderTop": "#32485b",
"tab.activeForeground": "#ffffff",
"tab.border": "#ffffff15",
"tab.hoverBackground": "#1f1f1f",
"statusBar.border": "#2B2B2B",
"statusBar.debuggingBackground": "#0078D4",
"statusBar.debuggingForeground": "#FFFFFF",
"statusBar.focusBorder": "#0078D4",
"statusBar.foreground": "#CCCCCC",
"statusBar.noFolderBackground": "#1F1F1F",
"statusBarItem.focusBorder": "#0078D4",
"statusBarItem.prominentBackground": "#6E768166",
"statusBarItem.remoteBackground": "#0078D4",
"statusBarItem.remoteForeground": "#FFFFFF",
"tab.activeBackground": "#1F1F1F",
"tab.activeBorder": "#1F1F1F",
"tab.activeBorderTop": "#0078D4",
"tab.activeForeground": "#FFFFFF",
"tab.selectedBorderTop": "#6caddf",
"tab.border": "#2B2B2B",
"tab.hoverBackground": "#1F1F1F",
"tab.inactiveBackground": "#181818",
"tab.inactiveForeground": "#ffffff80",
"tab.unfocusedActiveBorder": "#1f1f1f",
"tab.unfocusedActiveBorderTop": "#ffffff15",
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#cccccc",
"terminal.tab.activeBorder": "#32485b",
"textBlockQuote.background": "#010409",
"textBlockQuote.border": "#ffffff14",
"textCodeBlock.background": "#6e768166",
"textLink.activeForeground": "#8cc9ff",
"textLink.foreground": "#8cc9ff",
"textPreformat.foreground": "#D7BA7D",
"tab.inactiveForeground": "#9D9D9D",
"tab.unfocusedActiveBorder": "#1F1F1F",
"tab.unfocusedActiveBorderTop": "#2B2B2B",
"tab.unfocusedHoverBackground": "#1F1F1F",
"terminal.foreground": "#CCCCCC",
"terminal.tab.activeBorder": "#0078D4",
"textBlockQuote.background": "#2B2B2B",
"textBlockQuote.border": "#616161",
"textCodeBlock.background": "#2B2B2B",
"textLink.activeForeground": "#4daafc",
"textLink.foreground": "#4daafc",
"textPreformat.foreground": "#D0D0D0",
"textPreformat.background": "#3C3C3C",
"textSeparator.foreground": "#21262d",
"textSeparator.foreground": "#21262D",
"titleBar.activeBackground": "#181818",
"titleBar.activeForeground": "#cccccc",
"titleBar.border": "#ffffff15",
"titleBar.inactiveBackground": "#1f1f1f",
"titleBar.inactiveForeground": "#8b949e",
"welcomePage.tileBackground": "#ffffff0f",
"welcomePage.progress.foreground": "#32485b",
"widget.border": "#ffffff15",
"titleBar.activeForeground": "#CCCCCC",
"titleBar.border": "#2B2B2B",
"titleBar.inactiveBackground": "#1F1F1F",
"titleBar.inactiveForeground": "#9D9D9D",
"welcomePage.tileBackground": "#2B2B2B",
"welcomePage.progress.foreground": "#0078D4",
"widget.border": "#313131",
},
}
Loading

0 comments on commit 9b6f7c0

Please sign in to comment.