dotfiles/alacritty/.config/alacritty/alacritty.yml

42 lines
818 B
YAML

font:
normal:
family: Source Code Pro
style: Regular
bold:
family: Source Code Pro
style: Bold
italic:
family: Source Code Pro
style: Italic
bold_italic:
family: Source Code Pro
style: Bold Italic
size: 10
colors:
primary:
background: '#000000'
foreground: '#c0c0c0'
normal:
black: '#2e3436'
red: '#cc0000'
green: '#73d216'
yellow: '#edd400'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#06989a'
white: '#d3d7cf'
bright:
black: '#2e3436'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#34e2e2'
white: '#eeeeec'
bell:
animation: EaseOutExpo
cursor:
style: Block
live_config_reload: true