Add alacritty config

This commit is contained in:
Jordan Holt 2020-12-11 19:39:54 +00:00
parent d31f5c0b96
commit 82cc84091e

View File

@ -0,0 +1,41 @@
env:
TERM: xterm-256color
font:
normal:
family: Ubuntu Mono
style: Regular
bold:
family: Ubuntu Mono
style: Bold
size: 14.0
draw_bold_text_with_bright_colors: true
bell:
animation: EaseOut
color: '0xffffff'
duration: 0
colors:
primary:
background: '0x000000'
foreground: '0xeaeaea'
normal:
black: '0x000000'
red: '0xd54e53'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0xeaeaea'
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0xffffff'