Skip to content

Commit 3dd5bb0

Browse files
committed
Gitpod theme as builtInExtensions
💄
1 parent 7c91239 commit 3dd5bb0

File tree

6 files changed

+16
-75
lines changed

6 files changed

+16
-75
lines changed

extensions/theme-defaults/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
},
1414
"contributes": {
1515
"themes": [
16-
{
17-
"id": "Gitpod Dark",
18-
"label": "%gitpodDark%",
19-
"uiTheme": "vs-dark",
20-
"path": "./themes/gitpod-dark-color-theme.json"
21-
},
22-
{
23-
"id": "Gitpod Light",
24-
"label": "%gitpodLight%",
25-
"uiTheme": "vs",
26-
"path": "./themes/gitpod-light-color-theme.json"
27-
},
2816
{
2917
"id": "Default Dark+",
3018
"label": "%darkPlusColorThemeLabel%",

extensions/theme-defaults/package.nls.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"displayName": "Default Themes",
33
"description": "The default Visual Studio light and dark themes",
4-
"gitpodDark": "Gitpod Dark",
5-
"gitpodLight": "Gitpod Light",
64
"darkPlusColorThemeLabel": "Dark+ (default dark)",
75
"lightPlusColorThemeLabel": "Light+ (default light)",
86
"darkColorThemeLabel": "Dark (Visual Studio)",

extensions/theme-defaults/themes/gitpod-dark-color-theme.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

extensions/theme-defaults/themes/gitpod-light-color-theme.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

product.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,21 @@
753753
},
754754
"publisherDisplayName": "Red Hat"
755755
}
756+
},
757+
{
758+
"name": "gitpod.gitpod-theme",
759+
"version": "0.0.2",
760+
"repo": "https://github.com/gitpod-io/gitpod-vscode-theme",
761+
"metadata": {
762+
"id": "985c019b-4620-45a7-92c5-b721d8c11bc0",
763+
"publisherId": {
764+
"publisherId": "452246e5-9ce6-485c-b35f-5a50d93f81df",
765+
"publisherName": "gitpod",
766+
"displayName": "Gitpod",
767+
"flags": "verified"
768+
},
769+
"publisherDisplayName": "Gitpod"
770+
}
756771
}
757772
],
758773
"extensionsGallery": {

src/vs/gitpod/browser/workbench/workbench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ async function doStart(): Promise<IDisposable> {
929929
},
930930
initialColorTheme: {
931931
themeType: ColorScheme.LIGHT,
932-
// should be aligned with extensions/theme-defaults/themes/gitpod-light-color-theme.json
932+
// should be aligned with https://github.com/gitpod-io/gitpod-vscode-theme
933933
colors: {
934934
'statusBarItem.remoteBackground': '#FF8A00',
935935
'statusBarItem.remoteForeground': '#f9f9f9',

0 commit comments

Comments
 (0)