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

Open
opened 2026-01-31 01:04:48 +00:00 by claunia · 0 comments
Owner

Originally created by @zadjii-msft on GitHub (Apr 17, 2020).

Originally assigned to: @zadjii-msft on GitHub.

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

Originally created by @zadjii-msft on GitHub (Apr 17, 2020). Originally assigned to: @zadjii-msft on GitHub. Pretty self-explanatory. ```json { "action": { "command": "setColorScheme", "name": "<scheme name>"}, "keys": [] } ``` ```c# [default_interface] runtimeclass SetColorSchemeArgs : IActionArgs { string Name { get; }; }; ``` I want this for the command palette, see #5400
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7465