Files
dotfiles/config/alacritty/alacritty.yml
T
2022-07-23 15:08:47 +02:00

37 lines
586 B
YAML

window:
padding:
x: 8
y: 8
opacity: 0.9
font:
size: 7.5
normal:
family: Roboto mono
# style: medium
colors:
primary:
background: '#1b1b25'
foreground: '#dedede'
normal:
black: '#15121c'
red: '#cb5760'
green: '#999f63'
yellow: '#d4a067'
blue: '#6c90a8'
magenta: '#776690'
cyan: '#528a9b'
white: '#eeffff'
bright:
black: '#727480'
red: '#cb5760'
green: '#999f63'
yellow: '#d4a067'
blue: '#6c90a8'
magenta: '#776690'
cyan: '#528a9b'
white: '#eeffff'