solarized-emacs

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

commit 6c838d630a80cea1a3bef54c104c480cde1cb9cf
parent f2513ca495916651736d9001c4243c618f3dbcc9
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun,  8 Mar 2015 10:25:19 +0200

Update copyright

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

diff --git a/solarized.el b/solarized.el @@ -1,6 +1,6 @@ ;;; solarized.el --- Solarized for Emacs. -;; Copyright (C) 2011-2014 Bozhidar Batsov +;; Copyright (C) 2011-2015 Bozhidar Batsov ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se> @@ -297,7 +297,7 @@ customize the resulting theme." :inverse-video t)))) `(mouse ((,class (:foreground ,base03 :background ,base0 :inverse-video t)))) - `(escape-glyph ((,class (:foreground ,violet)))) + `(escape-glyph ((,class (:foreground ,violet)))) `(fringe ((,class (:foreground ,s-fringe-fg :background ,s-fringe-bg)))) `(highlight ((,class (:background ,base02)))) `(link ((,class (:foreground ,yellow :underline t :weight bold)))) @@ -2000,7 +2000,7 @@ customize the resulting theme." `(hl-fg-colors '(,base03 ,base03 ,base03 ,base03 ,base03 ,base03 ,base03 ,base03)) `(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc - ,violet-lc ,blue-lc ,cyan-lc ,green-lc)) + ,violet-lc ,blue-lc ,cyan-lc ,green-lc)) ;;;;; pos-tip `(pos-tip-foreground-color ,base1) `(pos-tip-background-color ,base02)