Skip to content

Instantly share code, notes, and snippets.

@DRSDavidSoft
Created January 30, 2019 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DRSDavidSoft/efe8dec3d0982226326299cd23be0386 to your computer and use it in GitHub Desktop.
Save DRSDavidSoft/efe8dec3d0982226326299cd23be0386 to your computer and use it in GitHub Desktop.
Monokai Color Scheme for FluentTerminal/Cmder
{
"Name": "Monokai",
"Author": "David Refoua <David@Refoua.me>",
"Colors": {
"Foreground": "#F8F8F0",
"Background": "#282828",
"Cursor": "#f8f8f0",
"CursorAccent": "#272822",
"Selection": "rgba(73, 72, 62, 0.3)",
"Black": "#2E3436",
"Red": "#CB064D",
"Green": "#8dd006",
"Yellow": "#e6db74",
"Blue": "#0376dd",
"Magenta": "#9d74e6",
"Cyan": "#52aebf",
"White": "#F8F8F2",
"BrightBlack": "#555753",
"BrightRed": "#F92672", // #f3044b
"BrightGreen": "#A6E22E",
"BrightYellow": "#FED330",
"BrightBlue": "#0383f5",
"BrightMagenta": "#AE81FF",
"BrightCyan": "#66D9EF",
"BrightWhite": "#F8F8F0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment