alacritty_colors/themes/material.yml
2020-07-31 18:16:08 +03:00

28 lines
548 B
YAML

# Colors (Material Theme)
colors:
# Default colors
primary:
background: '#263238'
foreground: '#eeffff'
# Normal colors
normal:
black: '#000000'
red: '#e53935'
green: '#91b859'
yellow: '#ffb62c'
blue: '#6182b8'
magenta: '#ff5370'
cyan: '#39adb5'
white: '#a0a0a0'
# Bright colors
bright:
black: '#4e4e4e'
red: '#ff5370'
green: '#c3e88d'
yellow: '#ffcb6b'
blue: '#82aaff'
magenta: '#f07178'
cyan: '#89ddff'
white: '#ffffff'