dotfiles/.config/alacritty/alacritty.yml

55 lines
993 B
YAML
Raw Normal View History

2021-11-23 18:51:12 +01:00
TERM: xterm-256color
2022-12-15 20:44:37 +01:00
tabspaces: 2
cursor:
style:
shape: Beam
blinking: Always
blink_interval: 500
unfocused_hollow: true
thickness: 0.25
2021-11-13 19:24:20 +01:00
colors:
bright:
black: '0x5c6370'
blue: '0x61afef'
cyan: '0x56b6c2'
green: '0x98c379'
magenta: '0xc678dd'
red: '0xe06c75'
white: '0xe6efff'
yellow: '0xd19a66'
dim:
black: '0x1e2127'
blue: '0x61afef'
cyan: '0x56b6c2'
green: '0x98c379'
magenta: '0xc678dd'
red: '0xe06c75'
white: '0x828791'
yellow: '0xd19a66'
normal:
black: '0x1e2127'
blue: '0x61afef'
cyan: '0x56b6c2'
green: '0x98c379'
magenta: '0xc678dd'
red: '0xe06c75'
white: '0x828791'
yellow: '0xd19a66'
primary:
background: '0x1e2127'
bright_foreground: '0xe6efff'
foreground: '0xabb2bf'
2022-12-15 20:44:37 +01:00
cursor:
foreground: '0x0d1210'
background: '0xc5c8c6'
2021-11-13 19:24:20 +01:00
font:
bold:
2022-12-15 20:44:37 +01:00
family: mono
2021-11-13 19:24:20 +01:00
italic:
2022-12-15 20:44:37 +01:00
family: mono
2021-11-13 19:24:20 +01:00
normal:
2022-12-15 20:44:37 +01:00
family: mono
2021-11-13 19:24:20 +01:00
size: 10
window.opacity: 1.0