From bf2670513384541953177cf24fbfadf90eb4081f Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Wed, 12 Dec 2018 04:14:08 -0200 Subject: [PATCH] Add Monokai Dark color scheme --- Color-schemes.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Color-schemes.md b/Color-schemes.md index efd9e32..78494fd 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -1121,4 +1121,36 @@ colors: magenta: "0x957BBE" cyan: "0x3D97E2" white: "0xBABABA" +``` + +## Monokai + +```yaml +# Colors (Monokai Dark) +colors: + primary: + background: '0x272822' + foreground: '0xF8F8F2' + + # Normal colors + normal: + black: '0x272822' + red: '0xF92672' + green: '0xA6E22E' + yellow: '0xF4BF75' + blue: '0x66D9EF' + magenta: '0xAE81FF' + cyan: '0xA1EFE4' + white: '0xF8F8F2' + + # Bright colors + bright: + black: '0x75715E' + red: '0xF92672' + green: '0xA6E22E' + yellow: '0xF4BF75' + blue: '0x66D9EF' + magenta: '0xAE81FF' + cyan: '0xA1EFE4' + white: '0xF9F8F5' ``` \ No newline at end of file