Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Somavarapu <sasomava@microsoft.com>2022-11-10 21:25:07 +0300
committerGitHub <noreply@github.com>2022-11-10 21:25:07 +0300
commitd2441c5e3a0e6848cadf9052dcca887a36d3ca62 (patch)
tree7c9ec318808bf1278b5bad8c9afb2aaf2a315423 /extensions
parent436a45ed1cfc186b10a4dd59c04f12baa8e8375b (diff)
rename to Profile (#166030)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/theme-abyss/themes/abyss-color-theme.json2
-rw-r--r--extensions/theme-defaults/themes/light_vs.json2
-rw-r--r--extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json2
-rw-r--r--extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/extensions/theme-abyss/themes/abyss-color-theme.json b/extensions/theme-abyss/themes/abyss-color-theme.json
index 7ce14d2de22..e81c3b9adca 100644
--- a/extensions/theme-abyss/themes/abyss-color-theme.json
+++ b/extensions/theme-abyss/themes/abyss-color-theme.json
@@ -409,7 +409,7 @@
// "activityBar.foreground": "",
// "activityBarBadge.background": "",
// "activityBarBadge.foreground": "",
- "activityBarItem.settingsProfilesBackground": "#082877",
+ "activityBarItem.profilesBackground": "#082877",
// Workbench: Panel
// "panel.background": "",
diff --git a/extensions/theme-defaults/themes/light_vs.json b/extensions/theme-defaults/themes/light_vs.json
index 4cd56cf46e2..9e894251ed4 100644
--- a/extensions/theme-defaults/themes/light_vs.json
+++ b/extensions/theme-defaults/themes/light_vs.json
@@ -2,7 +2,7 @@
"$schema": "vscode://schemas/color-theme",
"name": "Light (Visual Studio)",
"colors": {
- "activityBarItem.settingsProfilesBackground": "#4d4d4d",
+ "activityBarItem.profilesBackground": "#4d4d4d",
"editor.background": "#FFFFFF",
"editor.foreground": "#000000",
"editor.inactiveSelectionBackground": "#E5EBF1",
diff --git a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
index 8208d90f102..eeb4eeb6b88 100644
--- a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
+++ b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
@@ -32,7 +32,7 @@
"ports.iconRunningProcessForeground": "#369432",
"activityBar.background": "#221a0f",
"activityBar.foreground": "#d3af86",
- "activityBarItem.settingsProfilesBackground": "#47351d",
+ "activityBarItem.profilesBackground": "#47351d",
"sideBar.background": "#362712",
"menu.background": "#362712",
"menu.foreground": "#CCCCCC",
diff --git a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
index 45f1a1d55b0..8e24e6fe4de 100644
--- a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
+++ b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
@@ -36,7 +36,7 @@
"statusBar.noFolderBackground": "#001126",
"statusBar.debuggingBackground": "#001126",
"activityBar.background": "#001733",
- "activityBarItem.settingsProfilesBackground": "#003271",
+ "activityBarItem.profilesBackground": "#003271",
"progressBar.background": "#bbdaffcc",
"badge.background": "#bbdaffcc",
"badge.foreground": "#001733",