Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set new default theme #179812

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Set new default theme #179812

merged 1 commit into from
Apr 12, 2023

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Apr 12, 2023

Fixes #179688

@aeschli aeschli self-assigned this Apr 12, 2023
@aeschli aeschli enabled auto-merge (squash) April 12, 2023 21:13
@VSCodeTriageBot VSCodeTriageBot added this to the April 2023 milestone Apr 12, 2023
@aeschli aeschli merged commit 05bb177 into main Apr 12, 2023
@aeschli aeschli deleted the aeschli/new-default-theme branch April 12, 2023 22:45
await this._notificationService.notify({
id: 'themeUpdatedNotification',
severity: Severity.Info,
message: localize({ key: 'themeUpdatedNotification', comment: ['{0} is the name of the new default theme'] }, "VS Code now ships with a new default theme '{0}'. We hope you like it. If not, you can switch back to the old theme or try one of the many other color themes available.", this._workbenchThemeService.getColorTheme().label),
Copy link
Contributor

@sean-mcmanus sean-mcmanus Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aeschli Wrong backtick...actually, that's fine it's the " should be `

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All is correct, right? No backtick needed here, localize does the substitution.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, you're right. Maybe this._workbenchThemeService.getColorTheme().label empty for some reason.

@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change default light and dark themes to the v2 themes
4 participants