Added Monokai Pro colorscheme
parent
5718c65d55
commit
eb1272216e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue