diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 00c16ce3..c9959497 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -178,6 +178,13 @@ # it is recommended to set `use_thin_strokes` to `false`. #use_thin_strokes: true + # Use built-in font for box drawing characters. + # + # If `true`, Alacritty will use a custom built-in font for box drawing + # characters (Unicode points 2500 - 259f). + # + #builtin_box_drawing: true + # If `true`, bold text is drawn using the bright color variants. #draw_bold_text_with_bright_colors: false |