diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-21 00:13:39 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-20 22:13:39 +0100 |
commit | 5e22512fe6a1a6a8e347c09bbc486408753bff95 (patch) | |
tree | ffde7006b65d98d71877221ca8de189b6f11e5b7 /alacritty.yml | |
parent | 2f1a390aaad188d1cad9fc689620ae90e027cc8a (diff) | |
download | alacritty-5e22512fe6a1a6a8e347c09bbc486408753bff95.tar.gz alacritty-5e22512fe6a1a6a8e347c09bbc486408753bff95.zip |
Disable drawing bold text bright by default
Since the assumption is usually that bold text is drawn in bright
colors, this might break some applications. However some other terminals
have already taken this leap, which should lessen the impact for
Alacritty.
Since this might still be desired and necessary for certain
applications, the config option is just switched to draw with normal
colors by default, however the old behavior can still be restored.
Fixes #2779.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index ab176bdd..e60a499e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -177,7 +177,7 @@ #use_thin_strokes: true # If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: true +#draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night Bright) #colors: |