diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-13 17:44:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-13 17:44:09 +0100 |
commit | 1ad01b8da6f03c9bf0b47f4c6e998af2c459e698 (patch) | |
tree | 26487866b1ba5bd749abb997384491923a5254c6 | |
parent | b74f76e26755b4c6f2c0fc61e00176587848953d (diff) |
Adds Classic Console font to alacrity
And also switches off bold text because it looks shit.
Diffstat (limited to '')
-rw-r--r-- | alacritty.yml | 12 |
1 files 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: |