workstation/roles/home-gui/files/alacritty-linux.yml

40 lines
736 B
YAML
Raw Permalink Normal View History

2022-10-10 20:06:21 +00:00
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
2022-11-02 11:56:35 +00:00
mouse_bindings:
- { mouse: Right, action: Paste }