From 1ad01b8da6f03c9bf0b47f4c6e998af2c459e698 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 13 Apr 2023 17:44:09 +0100 Subject: Adds Classic Console font to alacrity And also switches off bold text because it looks shit. --- alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index afc2d2b..05f6b2a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -112,9 +112,9 @@ window: # Font configuration font: normal: - family: Jetbrains Mono + family: Classic Console Neue style: Regular - size: 13.0 + size: 14.0 #font: # Normal (roman) font face #normal: @@ -130,15 +130,15 @@ font: #style: Regular # Bold font face - #bold: + bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Classic Console Neue # The `style` can be specified to pick a specific face. - #style: Bold + style: Regular # Italic font face #italic: @@ -187,7 +187,7 @@ font: #builtin_box_drawing: true # If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: false +draw_bold_text_with_bright_colors: true # Colors (Tomorrow Night) colors: -- cgit v1.2.3