From ac3c15f4a5380fcac7aa9b6b81cec3cb347a52cb Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 16 Nov 2021 11:39:30 +0000
Subject: [PATCH] fix: add font vertical offset

Add an offset to the font using `offset.y` to add some vertical spacing
between each line to make things easier to read and more like I had it
in PhpStorm.

Also use `glyph.offset` to ensure that the spacing is balanced between
the lines rather than all being above each line, as this looks a bit odd
in Vim and with the tmux status line.
---
 alacritty/.config/alacritty/alacritty.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index d2a22288..df852c8e 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -13,6 +13,10 @@ font:
     family: 'JetBrains Mono'
     style: Regular
   size: 12
+  offset:
+    y: 10
+  glyph_offset:
+    y: 5
 
 # Nord
 colors: