solarized-emacs

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

commit 3efc1ec8a1338570613726975098a261c3921b7d
parent b97a3e53d82c1b120e3c838bf8bb0ed5c433712f
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 22 Jan 2015 09:15:03 +0100

Add pos-tip colors

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

diff --git a/solarized.el b/solarized.el @@ -1985,6 +1985,9 @@ customize the resulting theme." ,base03 ,base03)) `(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc ,violet-lc ,blue-lc ,cyan-lc ,green-lc)) +;;;;; pos-tip + `(pos-tip-foreground-color ,base1) + `(pos-tip-background-color ,base02) ;;;;; smartrep `(smartrep-mode-line-active-bg (solarized-color-blend ,green ,s-mode-line-bg 0.2)) ;;;;; term