summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJake Merdich <jake@merdich.com>2017-06-23 10:01:53 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-06-23 11:27:15 -0700
commitb4a839aee9784a2d281be1bec87ac6f2ae4a79f0 (patch)
tree19a72d9a8a80c472a5cc4bf431e769695b01a02c /alacritty.yml
parent0091d3cb99e69ffc946ab6bbf40530ff8694b246 (diff)
Add dim color support
Add support for the VTE 'dim' flag, with additional support for custom-themed dim colors. If no color is specified in the config, it will default to 2/3 the previous (not a spec, but the value other terminals seem to use). The actual dimming behavior brings bright colors to normal and regular colors to the new dim ones. Custom RGB values are not changed, nor are non-named indexed colors.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 8df439ac..42106765 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -121,6 +121,17 @@ colors:
cyan: '0x54ced6'
white: '0xffffff'
+ # Dim colors (Optional)
+ dim:
+ black: '0x333333'
+ red: '0xf2777a'
+ green: '0x99cc99'
+ yellow: '0xffcc66'
+ blue: '0x6699cc'
+ magenta: '0xcc99cc'
+ cyan: '0x66cccc'
+ white: '0xdddddd'
+
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once