profile settings: ```json { "colorScheme": "Retro Orange",

profile settings:
            {
                "colorScheme": "Retro Orange",
                "cursorColor": "#FF7300",
                "cursorShape": "vintage",
                "experimental.retroTerminalEffect": true,
                "font": 
                {
                    "face": "PxPlus IBM VGA8"
                },
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": false,
                "name": "PowerShell",
                "opacity": 75,
                "padding": "5",
                "source": "Windows.Terminal.PowershellCore",
                "useAcrylic": true
            }


color scheme:
        {
            "background": "#3F2C1B",
            "black": "#FF7300",
            "blue": "#FF7300",
            "brightBlack": "#FF7300",
            "brightBlue": "#FF7300",
            "brightCyan": "#FF7300",
            "brightGreen": "#FF7300",
            "brightPurple": "#FF7300",
            "brightRed": "#FF7300",
            "brightWhite": "#FF7300",
            "brightYellow": "#FF7300",
            "cursorColor": "#FFFFFF",
            "cyan": "#FF7300",
            "foreground": "#FF7300",
            "green": "#FF7300",
            "name": "Retro Orange",
            "purple": "#FF7300",
            "red": "#FF7300",
            "selectionBackground": "#5a5a5a",
            "white": "#FF7300",
            "yellow": "#FF7300"
        }
Was this page helpful?