Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 935 Bytes

File metadata and controls

32 lines (31 loc) · 935 Bytes

Merge the following settings into %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json.

{
    "schemes": 
    [
        {
            "background": "#000000",
            "black": "#000000",
            "blue": "#749CE7",
            "brightBlack": "#4D4D4D",
            "brightBlue": "#98C0F2",
            "brightCyan": "#87D4C8",
            "brightGreen": "#00FF00",
            "brightPurple": "#D5AFE6",
            "brightRed": "#EB4E4E",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FFDE5F",
            "cursorColor": "#EEEEEE",
            "cyan": "#7EC5BA",
            "foreground": "#EEEEEE",
            "green": "#C5D15C",
            "name": "lljbash",
            "purple": "#C3A1D3",
            "red": "#CA5C5C",
            "selectionBackground": "#545454",
            "white": "#FFFFFF",
            "yellow": "#ECCE58"
        }
    ]
}