Created
October 20, 2019 11:20
-
-
Save alenbasic/efc1ac0dbccfb1d43e4563bf33fc52d8 to your computer and use it in GitHub Desktop.
Monokai like theme for Windows Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// replace the empty schemes section with this or copy the relevant bit into your current schemes set up | |
"schemes": [ | |
{ | |
"background" : "#292E36", | |
"foreground" : "#F8F8F0", | |
"black" : "#6A6A6A", | |
"blue" : "#2a94a8", | |
"green" : "#85C258", | |
"cyan" : "#48BBD1", | |
"red" : "#DD4242", | |
"purple" : "#9469FF", | |
"yellow" : "#C89544", | |
"white" : "#CCCCCC", | |
"brightBlack" : "#888888", | |
"brightBlue" : "#66D9EF", | |
"brightGreen" : "#A3E076", | |
"brightCyan" : "#66D9EF", | |
"brightRed" : "#DD4242", | |
"brightPurple" : "#B287FF", | |
"brightYellow" : "#FFD569", | |
"brightWhite" : "#F8F8F0", | |
"name" : "Monokai Flat" | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment