mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
commit 05b42993bf22115f87f9e1a82be0fa1798ad7c5b
Author: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com>
Date: Fri Aug 7 15:59:50 2020 +0300
Added new themes and optimized images for web.
28 lines
538 B
YAML
28 lines
538 B
YAML
# Colors (Blood Moon)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#10100E'
|
|
foreground: '#C6C6C4'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '#10100E'
|
|
red: '#C40233'
|
|
green: '#009F6B'
|
|
yellow: '#FFD700'
|
|
blue: '#0087BD'
|
|
magenta: '#9A4EAE'
|
|
cyan: '#20B2AA'
|
|
white: '#C6C6C4'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#696969'
|
|
red: '#FF2400'
|
|
green: '#03C03C'
|
|
yellow: '#FFD700'
|
|
blue: '#007FFF'
|
|
magenta: '#FF1493'
|
|
cyan: '#00CCCC'
|
|
white: '#FFFAFA'
|