solarized-emacs

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

commit 2853b8994f86c6a11906e1922e6d28ea473294b1
parent f4840394caba81909eacc8807cab904a0af87419
Author: Tianxiang Xiong <tianxiang.xiong@gmail.com>
Date:   Wed, 21 Dec 2016 23:33:32 -0800

Add face for eros

[Eros](https://github.com/xiongtx/eros) is a result overlay package for Emacs Lisp inspired by CIDER.

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

diff --git a/solarized.el b/solarized.el @@ -866,6 +866,8 @@ customize the resulting theme." `(erc-prompt-face ((,class (:foreground ,orange :background ,base03 :weight bold)))) `(erc-timestamp-face ((,class (:foreground ,green)))) `(erc-underline-face ((t (:underline t)))) +;;;;; eros + `(eros-result-overlay-face ((t (:background unspecified)))) ;;;;; git-commit `(git-commit-comment-action ((,class (:foreground ,base0 :weight bold)))) `(git-commit-comment-branch ((,class (:foreground ,blue :weight bold))))