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
1 changed files with 9 additions and 2 deletions

View File

@ -2,18 +2,19 @@ window:
padding:
x: 4
y: 4
decorations: none
title: Alacritty
dynamic_title: true
gtk_theme_variant: dark
opacity: 0.45
scrolling:
history: 10000
font:
normal:
family: MesloLGS NF
size: 12
draw_bold_text_with_bright_colors: false
colors:
primary:
background: '#002b36'
@ -42,10 +43,16 @@ colors:
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3
cursor:
style:
shape: Block
blinking: Never
mouse:
hide_when_typing: true
draw_bold_text_with_bright_colors: false
key_bindings:
- { key: F11, action: ToggleFullscreen }