solarized-emacs

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

commit 51b3e382eeb170a3b432c173611ceaee8c07bf15
parent 1bbc96fa99dcc7ce573c503f63802974146b7313
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 19 Aug 2013 16:46:47 +0200

also make linum-mode use customizable fringe bg.

Closes #79

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

diff --git a/solarized.el b/solarized.el @@ -49,7 +49,8 @@ The theme has to be reloaded after changing anything in this group." :group 'faces) (defcustom solarized-distinct-fringe-background nil - "Make the fringe background different from the normal background color." + "Make the fringe background different from the normal background color. +Also affects linum-mode background." :type 'boolean :group 'solarized) @@ -773,7 +774,7 @@ customize the resulting theme." `(jedi:highlight-function-argument ((,class (:inherit bold)))) ;; linum-mode - `(linum ((,class (:foreground ,solarized-comments :background ,solarized-bg)))) + `(linum ((,class (:foreground ,solarized-comments :background ,s-fringe-bg)))) ;; lusty-explorer `(lusty-directory-face ((,class (:inherit dired-directory))))