solarized-emacs

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

commit 642b2afa38cb59b9e940e5082614e36c6e6a94a3
parent d06bf199f0e590708452ba32009d069dafa3d347
Author: Marcus Nitzschke <mail@kendix.org>
Date:   Tue, 14 Nov 2017 22:35:42 +0100

add auto-dim-other-buffers-face

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

diff --git a/solarized.el b/solarized.el @@ -498,6 +498,8 @@ customize the resulting theme." `(ac-gtags-selection-face ((,class (:background ,blue-lc :foreground ,blue-hc)))) `(ac-yasnippet-candidate-face ((,class (:background ,base02 :foreground ,yellow)))) `(ac-yasnippet-selection-face ((,class (:background ,yellow-lc :foreground ,yellow-hc)))) +;;;;; auto-dim-other-buffers + `(auto-dim-other-buffers-face ((,class (:background ,base02)))) ;;;;; auto-highlight-symbol `(ahs-definition-face ((,class (:foreground ,magenta :background unspecified :slant normal))))