Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

Custom Terminal guide

Feedback

In this article

Here are some color schemes for you to try or use as the basis of your own designs.

Installing schemes

Copy the JSON from the"schemes" section into the correct section insettings.json, for example:

Before:

"schemes": [],

After:

 "schemes": [            {                "name": "Retro",                "background": "#000000",                "black": "#00ff00",                "blue": "#00ff00",                "brightBlack": "#00ff00",                "brightBlue": "#00ff00",                "brightCyan": "#00ff00",                "brightGreen": "#00ff00",                "brightPurple": "#00ff00",                "brightRed": "#00ff00",                "brightWhite": "#00ff00",                "brightYellow": "#00ff00",                "cyan": "#00ff00",                "foreground": "#00ff00",                "green": "#00ff00",                "purple": "#00ff00",                "red": "#00ff00",                "white": "#00ff00",                "yellow": "#00ff00"            }        ]

Then add the profile-specific section, for example:

Before:

{    "guid": "{234ab24f-34dd-ff3-ade434aad345}",    "name": "Command Prompt",    "commandline": "cmd.exe",    "hidden": false}

After:

{    "guid": "{234ab24f-34dd-ff3-ade434aad345}",    "name": "Command Prompt",    "commandline": "cmd.exe",    "hidden": false,    "colorScheme" : "Retro",    "cursorColor" : "#FFFFFF",    "cursorShape": "filledBox",    "fontSize" : 16,    "padding" : "5, 5, 5, 5",    "tabTitle" : "Command Prompt",    "fontFace": "PxPlus IBM VGA8",    "experimental.retroTerminalEffect": true}

Frosted Glass

Windows Terminal Frosted Glass Theme

Details

Raspberry Ubuntu

Windows Terminal Raspberry Ubuntu

Details

Retro Command

Windows Terminal Retro Command Prompt

Details

Share!

Do you have a Windows Terminal scheme you would like to share? Show us onTwitter!

Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, seeour contributor guide.

Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?