solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit f075e3a4c35dd571039215780aeaf1bf0158bc6b
parent e07e1ef6beadd59e5431122be7f04c4328f3eeef
Author: Pedro Penna <pedropenna@gmail.com>
Date:   Thu, 29 Oct 2015 14:40:42 -0200

Add face for the iedit-mode

Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1105,6 +1105,8 @@ customize the resulting theme." `(ido-incomplete-regexp ((,class (:foreground ,red :weight bold )))) `(ido-indicator ((,class (:background ,red :foreground ,base03 :width condensed)))) `(ido-virtual ((,class (:foreground ,cyan)))) +;;;;; iedit-mode + `(iedit-occurrence ((,class (:background ,base03 :foreground ,magenta :bold t)))) ;;;;; info `(info-title-1 ((,class (:foreground ,base1 :weight bold)))) `(info-title-2 ((,class (:foreground ,base1 :weight bold))))