Skip to content

Instantly share code, notes, and snippets.

@prankshaw
Last active July 1, 2020 21:28
Show Gist options
  • Save prankshaw/3b98aa6c5cb3993bc44fb2c50511fa63 to your computer and use it in GitHub Desktop.
Save prankshaw/3b98aa6c5cb3993bc44fb2c50511fa63 to your computer and use it in GitHub Desktop.
A Dark theme for Windows Terminal with interactive colors

Windows Terminal theme, a Dark Version of Glass Frost theme for Powershell by Microsoft.

Just add it to themes section of your settings.json file. Read more here-> https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-settings/#color-settings. Replace 'colorscheme' parameter name to Blackfrost.


To make your terminal completely awesome, follow https://docs.microsoft.com/en-us/windows/terminal/custom-terminal-gallery/frosted-glass-theme tutorial and replace the frost theme by Blackfrost
{
            "name": "Blackfrost",
            "background": "#000000",
            "black": "#2bff00",
            "blue": "#17b2ff",
            "brightBlack": "#749B36",
            "brightBlue": "#27B2F6",
            "brightCyan": "#13A8C0",
            "brightGreen": "#89AF50",
            "brightPurple": "#F2A20A",
            "brightRed": "#f7982d",
            "brightWhite": "#ffff00",
            "brightYellow": "#09e24a",
            "cyan": "#3C96A6",
            "foreground": "#fcf9f9",
            "green": "#6AAE08",
            "purple": "#991070",
            "red": "#8D0C0C",
            "white": "#6E386E",
            "yellow": "#991070"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment