Skip to content

Add a shortcut action for switching to a specific color scheme #5401

@zadjii-msft

Description

@zadjii-msft

Pretty self-explanatory.

{ "action": { "command": "setColorScheme", "name": "<scheme name>"}, "keys": [] }
    [default_interface] runtimeclass SetColorSchemeArgs : IActionArgs
    {
        string Name { get; };
    };

I want this for the command palette, see #5400

Metadata

Metadata

Assignees

Labels

Area-SettingsIssues related to settings and customizability, for console or terminalArea-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions