Add Linux Alacritty config
This commit is contained in:
parent
6b3f160f82
commit
6d2d7cf0d5
1 changed files with 37 additions and 0 deletions
37
roles/home-gui/files/alacritty-linux.yml
Normal file
37
roles/home-gui/files/alacritty-linux.yml
Normal 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
|
Loading…
Reference in a new issue