mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
351a664b45
Update schemes.yaml to include monokai_charcoal
28 lines
548 B
YAML
28 lines
548 B
YAML
# Colours (Monokai Charcoal)
|
|
colors:
|
|
# Default Colours
|
|
primary:
|
|
background: '#000000'
|
|
foreground: '#FFFFFF'
|
|
|
|
# Normal Colours
|
|
normal:
|
|
black: '#1a1a1a'
|
|
red: '#f4005f'
|
|
green: '#98e024'
|
|
yellow: '#fa8419'
|
|
blue: '#9d65ff'
|
|
magenta: '#f4005f'
|
|
cyan: '#58d1eb'
|
|
white: '#c4c5b5'
|
|
|
|
# Bright Colours
|
|
bright:
|
|
black: '#625e4c'
|
|
red: '#f4005f'
|
|
green: '#98e024'
|
|
yellow: '#e0d561'
|
|
blue: '#9d65ff'
|
|
magenta: '#f4005f'
|
|
cyan: '#58d1eb'
|
|
white: '#f6f6ef'
|