Update alacritty.yml
This commit is contained in:
parent
623a41c54a
commit
363853d75c
|
@ -2,18 +2,19 @@ window:
|
||||||
padding:
|
padding:
|
||||||
x: 4
|
x: 4
|
||||||
y: 4
|
y: 4
|
||||||
decorations: none
|
|
||||||
title: Alacritty
|
title: Alacritty
|
||||||
dynamic_title: true
|
dynamic_title: true
|
||||||
gtk_theme_variant: dark
|
gtk_theme_variant: dark
|
||||||
opacity: 0.45
|
opacity: 0.45
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
history: 10000
|
history: 10000
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: MesloLGS NF
|
family: MesloLGS NF
|
||||||
size: 12
|
size: 12
|
||||||
draw_bold_text_with_bright_colors: false
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '#002b36'
|
background: '#002b36'
|
||||||
|
@ -42,10 +43,16 @@ colors:
|
||||||
magenta: '#6c71c4' # violet
|
magenta: '#6c71c4' # violet
|
||||||
cyan: '#93a1a1' # base1
|
cyan: '#93a1a1' # base1
|
||||||
white: '#fdf6e3' # base3
|
white: '#fdf6e3' # base3
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
style:
|
style:
|
||||||
shape: Block
|
shape: Block
|
||||||
blinking: Never
|
blinking: Never
|
||||||
|
|
||||||
mouse:
|
mouse:
|
||||||
hide_when_typing: true
|
hide_when_typing: true
|
||||||
|
|
||||||
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: F11, action: ToggleFullscreen }
|
||||||
|
|
Loading…
Reference in a new issue