solarized-emacs

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

commit fbe4802a0f443e81c2f7b8e055a08f64e1a0d6d9
parent e07e1ef6beadd59e5431122be7f04c4328f3eeef
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Thu, 29 Oct 2015 19:29:02 +0200

Merge pull request #212 from pedropenna/master

Added 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))))