Skip to content

liquidvapour/windows-terminal-zenburn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Zenburn Color Schemes for Windows Terminal

MIT License Github Stars

Zenburn

Zenburn (Low-Contrast)

High-Contrast Zenburn

High-Contrast Zenburn

Installation

The following instructions are up to date as of Windows Terminal v0.7.3382.0.

In Windows Terminal, open Settings (Ctrl+,). That should allow you to edit your profiles.json. Near the end of the file you will find the following lines:

// Add custom color schemes to this array
"schemes": [],

You will want to include the Zenburn and High-Contrast Zenburn color schemes between those two square brackets, thus:

// Add custom color schemes to this array
"schemes": [
    {
        "name" : "Zenburn",
        "background" : "#3A3A3A",
        "black" : "#1E2320",
        "blue" : "#506070",
        "brightBlack" : "#709080",
        "brightBlue" : "#94BFF3",
        "brightCyan" : "#93E0E3",
        "brightGreen" : "#C3BF9F",
        "brightPurple" : "#EC93D3",
        "brightRed" : "#DCA3A3",
        "brightWhite" : "#FFFFFF",
        "brightYellow" : "#F0DFAF",
        "cyan" : "#8CD0D3",
        "foreground" : "#DCDCCC",
        "green" : "#60B48A",
        "purple" : "#DC8CC3",
        "red" : "#D78787",
        "white" : "#DCDCCC",
        "yellow" : "#DFAF8F"
    },
    {
        "name" : "High-Contrast Zenburn",
        "background" : "#1C1C1C",
        "black" : "#1E2320",
        "blue" : "#506070",
        "brightBlack" : "#709080",
        "brightBlue" : "#94BFF3",
        "brightCyan" : "#93E0E3",
        "brightGreen" : "#C3BF9F",
        "brightPurple" : "#EC93D3",
        "brightRed" : "#DCA3A3",
        "brightWhite" : "#FFFFFF",
        "brightYellow" : "#F0DFAF",
        "cyan" : "#8CD0D3",
        "foreground" : "#DCDCCC",
        "green" : "#60B48A",
        "purple" : "#DC8CC3",
        "red" : "#D78787",
        "white" : "#DCDCCC",
        "yellow" : "#DFAF8F"
    }
],

Now all you need to do is to pick a Windows Terminal profile to apply a Zenburn color scheme to. In profiles.json, find the section that starts with "profiles" :. Scroll down, looking at the "name" of each profile until you find the one you want. Now you need to specify its color scheme, thus:

{
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "colorScheme" : "High-Contrast Zenburn",
    "icon" : "C:/Users/agkoz/TerminalIcons/ubuntu-icon.png"
},

Use "colorScheme" : Zenburn" for Zenburn, or "colorScheme" : "High-Contrast Zenburn" for High-Contrast Zenburn.

Save profiles.json; the changes should apply immediately.

About

Zenburn Color Schemes for Windows Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published