From eb1272216e2211f583b8c54838e7255f8b71f41e Mon Sep 17 00:00:00 2001 From: Berzan Yildiz Date: Sat, 23 Mar 2019 15:45:08 +0100 Subject: [PATCH] Added Monokai Pro colorscheme --- Color-schemes.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Color-schemes.md b/Color-schemes.md index 0b77ec7..03addbb 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -582,6 +582,39 @@ colors: white: '0xF9F8F5' ``` +## [Monokai Pro](https://www.monokai.pro) + +```yaml +# Colors (Monokai Pro) +colors: + # Default colors + primary: + background: '0x403E41' + foreground: '0xFCFCFA' + + # Normal colors + normal: + black: '0x403E41' + red: '0xFF6188' + green: '0xA9DC76' + yellow: '0xFFD866' + blue: '0xFC9867' + magenta: '0xAB9DF2' + cyan: '0x78DCE8' + white: '0xFCFCFA' + + # Bright colors + bright: + black: '0x727072' + red: '0xFF6188' + green: '0xA9DC76' + yellow: '0xFFD866' + blue: '0xFC9867' + magenta: '0xAB9DF2' + cyan: '0x78DCE8' + white: '0xFCFCFA' +``` + ## Monokai Soda ```yaml