Skip to content

Commit

Permalink
Gitpod theme as builtInExtensions
Browse files Browse the repository at this point in the history
💄
  • Loading branch information
jeanp413 committed May 18, 2022
1 parent 7c91239 commit 3dd5bb0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 75 deletions.
12 changes: 0 additions & 12 deletions extensions/theme-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
},
"contributes": {
"themes": [
{
"id": "Gitpod Dark",
"label": "%gitpodDark%",
"uiTheme": "vs-dark",
"path": "./themes/gitpod-dark-color-theme.json"
},
{
"id": "Gitpod Light",
"label": "%gitpodLight%",
"uiTheme": "vs",
"path": "./themes/gitpod-light-color-theme.json"
},
{
"id": "Default Dark+",
"label": "%darkPlusColorThemeLabel%",
Expand Down
2 changes: 0 additions & 2 deletions extensions/theme-defaults/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes",
"gitpodDark": "Gitpod Dark",
"gitpodLight": "Gitpod Light",
"darkPlusColorThemeLabel": "Dark+ (default dark)",
"lightPlusColorThemeLabel": "Light+ (default light)",
"darkColorThemeLabel": "Dark (Visual Studio)",
Expand Down
30 changes: 0 additions & 30 deletions extensions/theme-defaults/themes/gitpod-dark-color-theme.json

This file was deleted.

30 changes: 0 additions & 30 deletions extensions/theme-defaults/themes/gitpod-light-color-theme.json

This file was deleted.

15 changes: 15 additions & 0 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,21 @@
},
"publisherDisplayName": "Red Hat"
}
},
{
"name": "gitpod.gitpod-theme",
"version": "0.0.2",
"repo": "https://github.com/gitpod-io/gitpod-vscode-theme",
"metadata": {
"id": "985c019b-4620-45a7-92c5-b721d8c11bc0",
"publisherId": {
"publisherId": "452246e5-9ce6-485c-b35f-5a50d93f81df",
"publisherName": "gitpod",
"displayName": "Gitpod",
"flags": "verified"
},
"publisherDisplayName": "Gitpod"
}
}
],
"extensionsGallery": {
Expand Down
2 changes: 1 addition & 1 deletion src/vs/gitpod/browser/workbench/workbench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ async function doStart(): Promise<IDisposable> {
},
initialColorTheme: {
themeType: ColorScheme.LIGHT,
// should be aligned with extensions/theme-defaults/themes/gitpod-light-color-theme.json
// should be aligned with https://github.com/gitpod-io/gitpod-vscode-theme
colors: {
'statusBarItem.remoteBackground': '#FF8A00',
'statusBarItem.remoteForeground': '#f9f9f9',
Expand Down

0 comments on commit 3dd5bb0

Please sign in to comment.