Update alacritty.yml

This commit is contained in:
the_4n0nym0u53 2022-06-06 13:49:55 +02:00 committed by GitHub
parent 623a41c54a
commit 363853d75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }