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
No EOL
589 B
YAML
28 lines
No EOL
589 B
YAML
# metrostyle colors
|
|
# based on: https://www.color-hex.com/color-palette/471
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#fffdef'
|
|
foreground: '#000000'
|
|
|
|
normal:
|
|
black: '#000000'
|
|
red: '#d41243'
|
|
green: '#8ec127'
|
|
yellow: '#f47835'
|
|
blue: '#0040db'
|
|
magenta: '#a200ff'
|
|
cyan: '#00aedb'
|
|
white: '#DDDDDD'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#888888'
|
|
red: '#d41243'
|
|
green: '#8ec127'
|
|
yellow: '#f47835'
|
|
blue: '#0040db'
|
|
magenta: '#a200ff'
|
|
cyan: '#00aedb'
|
|
white: '#FFFFFF' |