]> code.delx.au - gnu-emacs-elpa/commit
Use alpha compositing to add ivy-current-match face
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 28 Apr 2015 13:15:51 +0000 (15:15 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 28 Apr 2015 13:15:51 +0000 (15:15 +0200)
commit278870e53847103c44984249e6a6719cbfa3ce89
treee433d670b9c2a10fd0d406da4bc48f849527edb8
parent7f040194f7b32cf24ebb55364b76d29c4686563c
Use alpha compositing to add ivy-current-match face

* ivy.el (ivy--exhibit): Use `colir-blend-face-background'. In case it
  fails, try `font-lock-append-text-property', which was used before.

* colir.el (colir-join): New defun.
(colir-blend): New defun.
(colir-blend-face-background): New defun.
colir.el [new file with mode: 0644]
ivy.el