Add Linux Alacritty config

This commit is contained in:
Anthony Rose 2022-10-10 21:06:21 +01:00
parent 6b3f160f82
commit 6d2d7cf0d5

View file

@ -0,0 +1,37 @@
window:
dimensions:
columns: 120
lines: 24
font:
normal:
family: 'Monospace'
size: 10
builtin_box_drawing: false
colors:
primary:
background: '#101010'
foreground: '#c0c0c0'
normal:
black: '#000000'
red: '#800000'
green: '#008000'
yellow: '#808000'
blue: '#000080'
magenta: '#800080'
cyan: '#008080'
white: '#c0c0c0'
bright:
black: '#808080'
red: '#ff0000'
green: '#00ff00'
yellow: '#ffff00'
blue: '#0000ff'
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'
cursor:
style:
shape: 'Block'
blinking: 'On'
selection:
save_to_clipboard: true