Skip to content

Instantly share code, notes, and snippets.

@adityamwagh
Created June 6, 2020 23:23
Show Gist options
  • Save adityamwagh/43411c63f95a684b4d7c9d63027fc57f to your computer and use it in GitHub Desktop.
Save adityamwagh/43411c63f95a684b4d7c9d63027fc57f to your computer and use it in GitHub Desktop.
One Monokai theme for Windows Terminal
// One Monokai theme for Windows Terminal.
// Colours have been taken from One Monokai theme for VS Code (https://github.com/azemoh/vscode-one-monokai)
{
"name": "One Monokai",
"background": "#282c34",
"foreground": "#abb2bf",
"black": "#2d3139",
"blue": "#528bff",
"green": "#98c379",
"yellow": "#e5c07b",
"cyan": "#56b6c2",
"purple": "#c678dd",
"red": "#e06c75",
"white": "#d7dae0",
"brightBlack": "#7f848e",
"brightBlue": "#528bff",
"brightGreen": "#98c379",
"brightYellow": "#e5c07b",
"brightCyan": "#56b6c2",
"brightPurple": "#7e0097",
"brightRed": "#f44747",
"brightWhite": "#d7dae0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment