summaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.toml')
-rw-r--r--alacritty.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.toml b/alacritty.toml
index 77a703e..f3e46c5 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -1,9 +1,10 @@
[window]
-padding = { x = 4, y = 4 }
+padding = { x = 2, y = 2 }
[font]
normal = { family = "Iosevka SS13 Extended", style = "Regular" }
-size = 14
+size = 6.5
+offset.y = 2
[colors.primary]
foreground = "#000000"