diff options
author | RĂ©mi Garde <remi.garde@free.fr> | 2018-07-23 18:48:27 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-23 16:48:27 +0000 |
commit | d25134bc6b8b13d5ff550c950c65b6e9c4a7a267 (patch) | |
tree | 1742ed9d0613b018d147e54055da7dd2c518430d /alacritty_macos.yml | |
parent | ea512cb0f3cb159707eb29fdbf2e31bbb1c1b902 (diff) | |
download | alacritty-d25134bc6b8b13d5ff550c950c65b6e9c4a7a267.tar.gz alacritty-d25134bc6b8b13d5ff550c950c65b6e9c4a7a267.zip |
Add optional dim foreground color
Add optional color for the dim foreground (`\e[2m;`)
Defaults to 2/3 of the foreground color. (same as other colors).
If a bright color is dimmed, it's displayed as the normal color. The
exception for this is when the bright foreground is dimmed when no
bright foreground color is set. In that case it's treated as a normal
foreground color and dimmed to DimForeground.
To minimize the surprise for the user, the bright and dim colors have
been completely removed from the default configuration file.
Some documentation has also been added to make it clear to users what
these options can be used for.
This fixes #1448.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 76a4db4a..e3e57b86 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -95,7 +95,15 @@ colors: primary: background: '0x000000' foreground: '0xeaeaea' - bright_foreground: '0xeaeaea' + + # (Optional) Bright and Dim foreground colors + # + # The dimmed foreground color is calculated automatically if it is not present. + # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` + # is `false`, the normal foreground color will be used. + # + # dim_foreground: '0x9a9a9a' + # bright_foreground: '0xffffff' # Colors the cursor will use if `custom_cursor_colors` is true cursor: |