From 50b4f5c60ff94c6e0de1b17c054f5f949787569b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 25 Sep 2023 00:56:46 +0300 Subject: [PATCH] chore(config): alacritty font style --- config/alacritty/alacritty.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 4ff3a11..fd5590f 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -40,7 +40,7 @@ font: normal: family: JetBrainsMono Nerd Font # Style can be specified to pick a specific face. - # style: Regular + style: ExtraLight # The bold font face bold: @@ -298,7 +298,6 @@ mouse: selection: semantic_escape_chars: ',│`|:"'' ()[]{}<>' - # Shell # # You can set shell.program to the path of your favorite shell, e.g. /bin/fish.