Skip to content

Embark color theme for the new Windows Terminal

License

Notifications You must be signed in to change notification settings

SirJson/embark-wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

embark-wt

The Embark Vim theme for the new Windows Terminal

embark

This is a quick port of the Embark theme based on the unreleased Kitty settings I've found on reddit.

Example settings.json is included. If already you know where to put a new colorscheme and just want to copy paste it see here:

 {
        "name": "Embark",
        "background": "#1e1c31",
        "foreground": "#EEFFFF",
        "black": "#1e1c31",
        "red": "#F0719B",
        "green": "#A1EFD3",
        "yellow": "#ffe9aa",
        "blue": "#57C7FF",
        "purple": "#C792EA",
        "cyan": "#87DFEB",
        "white": "#F8F8F2",
        "brightBlack": "#3E3859",
        "brightRed": "#F02E6E",
        "brightGreen": "#2CE592",
        "brightYellow": "#ffb378",
        "brightBlue": "#1DA0E2",
        "brightPurple": "#A742EA",
        "brightCyan": "#63f2f1",
        "brightWhite": "#a6b3cc"
}

Keep in mind that you have to set cursorColor and selectionBackground in the profile settings.

          "cursorColor": "#A1EFD3",
          "selectionBackground": "#fbfcfc"

About

Embark color theme for the new Windows Terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published