You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -578,8 +578,8 @@ export class WelcomeInputFactory implements IEditorInputFactory {
578
578
579
579
// theming
580
580
581
-
constbuttonBackground=registerColor('welcomePage.buttonBackground',{dark: null,light: null,hc: null},localize('welcomePage.buttonBackground','Background color for the buttons on the Welcome page.'));
582
-
constbuttonHoverBackground=registerColor('welcomePage.buttonHoverBackground',{dark: null,light: null,hc: null},localize('welcomePage.buttonHoverBackground','Hover background color for the buttons on the Welcome page.'));
581
+
exportconstbuttonBackground=registerColor('welcomePage.buttonBackground',{dark: null,light: null,hc: null},localize('welcomePage.buttonBackground','Background color for the buttons on the Welcome page.'));
582
+
exportconstbuttonHoverBackground=registerColor('welcomePage.buttonHoverBackground',{dark: null,light: null,hc: null},localize('welcomePage.buttonHoverBackground','Hover background color for the buttons on the Welcome page.'));
Copy file name to clipboardExpand all lines: src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ export class WalkThroughPart extends BaseEditor {
523
523
524
524
// theming
525
525
526
-
constembeddedEditorBackground=registerColor('walkThrough.embeddedEditorBackground',{dark: null,light: null,hc: null},localize('walkThrough.embeddedEditorBackground','Background color for the embedded editors on the Interactive Playground.'));
526
+
exportconstembeddedEditorBackground=registerColor('walkThrough.embeddedEditorBackground',{dark: null,light: null,hc: null},localize('walkThrough.embeddedEditorBackground','Background color for the embedded editors on the Interactive Playground.'));
0 commit comments