This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/alacritty/alacritty.yml
2020-12-11 19:39:54 +00:00

42 lines
730 B
YAML

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'