about summary refs log tree commit diff
path: root/dotfiles/alacritty.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-23T08·05+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-23T08·05+0200
commit94be3b03ba3b7060ade315121ddcaddab1d6f5a9 (patch)
tree45f9bb274e6b821b35f21d4fdfc26fa02219dfff /dotfiles/alacritty.yml
parent55d35fc19bd26afbb3fc4270bc96ca77a1c946bc (diff)
fix(dotfiles/alacritty): Slightly increase font size
Diffstat (limited to 'dotfiles/alacritty.yml')
-rw-r--r--dotfiles/alacritty.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/alacritty.yml b/dotfiles/alacritty.yml
index 742b36d2295e..3135bf55add4 100644
--- a/dotfiles/alacritty.yml
+++ b/dotfiles/alacritty.yml
@@ -50,7 +50,7 @@ font:
     family: Input Mono
 
   # Point size of the font
-  size: 11.0
+  size: 12.0
 
   # Offset is the extra space around each character. offset.y can be thought of
   # as modifying the linespacing, and offset.x as modifying the letter spacing.