diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 07566b22..6070d20f 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -194,6 +194,14 @@ colors: cyan: '0x66cccc' white: '0xdddddd' + # Indexed Colors + # + # The indexed colors include all colors from 16 to 256. + # When these are not set, they're filled with sensible defaults. + # + #indexed_colors: + # - { index: 16, color: '0x000000' } + # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once |