alacritty: offset and font
This commit is contained in:
parent
ff48d8d86b
commit
99aa16e042
1 changed files with 5 additions and 4 deletions
|
@ -2,10 +2,12 @@ scrolling:
|
||||||
history: 15000
|
history: 15000
|
||||||
|
|
||||||
font:
|
font:
|
||||||
|
offset:
|
||||||
|
y: 5
|
||||||
builtin_box_drawing: true
|
builtin_box_drawing: true
|
||||||
normal:
|
normal:
|
||||||
family: JetBrains Mono
|
family: VascadiaMod
|
||||||
size: 15
|
size: 13
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
|
@ -36,9 +38,8 @@ colors:
|
||||||
white: '0xebdbb2'
|
white: '0xebdbb2'
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
thickness: 0.3
|
|
||||||
style:
|
style:
|
||||||
shape: Underline
|
shape: Block
|
||||||
|
|
||||||
mouse_bindings:
|
mouse_bindings:
|
||||||
- { mouse: Middle, action: PasteSelection }
|
- { mouse: Middle, action: PasteSelection }
|
||||||
|
|
Loading…
Reference in a new issue