mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
b4a839aee9
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. |
||
---|---|---|
.. | ||
renderer | ||
term | ||
ansi.rs | ||
cli.rs | ||
config.rs | ||
display.rs | ||
event.rs | ||
event_loop.rs | ||
grid.rs | ||
index.rs | ||
input.rs | ||
lib.rs | ||
logging.rs | ||
macros.rs | ||
main.rs | ||
meter.rs | ||
selection.rs | ||
sync.rs | ||
tty.rs | ||
util.rs | ||
window.rs |