From 019b307b58d158428c98144d6015d1709a5cf6c3 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Mar 2023 13:42:26 +0100 Subject: Fix(hm/conf/alacritty): Typos --- home-manager/config/alacritty/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/config/alacritty/alacritty.yml b/home-manager/config/alacritty/alacritty.yml index 7582a75c..d8e25433 100644 --- a/home-manager/config/alacritty/alacritty.yml +++ b/home-manager/config/alacritty/alacritty.yml @@ -132,10 +132,10 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Sorce Code Pro + family: Source Code Pro # The `style` can be specified to pick a specific face. - #style: Regular + style: Regular # Bold font face #bold: @@ -192,10 +192,10 @@ font: # If `true`, Alacritty will use a custom built-in font for box drawing # characters (Unicode points 2500 - 259f). # - #builtin_box_drawing: true # TODO + # builtin_box_drawing: true # TODO # If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: false # TODO +#draw_bold_text_with_bright_colors: true # TODO # Colors (Tomorrow Night) colors: -- cgit 1.4.1