1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/src
Jake Merdich b4a839aee9 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.
2017-06-23 11:27:15 -07:00
..
renderer avoid named field shorthand 2017-06-01 09:47:58 -07:00
term Add dim color support 2017-06-23 11:27:15 -07:00
ansi.rs Add dim color support 2017-06-23 11:27:15 -07:00
cli.rs Add config file as cli option (#576) 2017-05-28 17:42:36 -07:00
config.rs Add dim color support 2017-06-23 11:27:15 -07:00
display.rs Implement semantic and line selection dragging 2017-06-19 21:31:50 -07:00
event.rs Fix unnecessary redraws with active selection 2017-06-19 21:31:50 -07:00
event_loop.rs Minor cleanup, style fix, dead code removal 2017-05-24 10:56:50 -07:00
grid.rs Implement semantic and line selection dragging 2017-06-19 21:31:50 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Update tests for new Selection API 2017-06-19 21:31:50 -07:00
lib.rs Add dim color support 2017-06-23 11:27:15 -07:00
logging.rs Return an error from logging::initialize 2017-01-23 09:14:01 -08:00
macros.rs Remove debug_print! macros 2017-01-23 09:14:01 -08:00
main.rs Implement semantic and line selection dragging 2017-06-19 21:31:50 -07:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Update tests for new Selection API 2017-06-19 21:31:50 -07:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Find and set $WINDOWID to X11 window ID (#586) 2017-05-27 20:08:28 -07:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Find and set $WINDOWID to X11 window ID (#586) 2017-05-27 20:08:28 -07:00