solarized-emacs

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

commit 1f508a38397b39daff1b881e9b26b9ebcf42733e
parent fdb42e4c840f42b7dc3c53d6a89038542786cf3d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat,  9 Jan 2021 03:06:42 +0100

add next-error colors

;; easier to follow even when the cursor jumps all over the screen but maybe a
little too much, it's a compromise:

`(next-error ((,class (:foreground ,magenta-2fg :background ,magenta-2bg :weight normal))))

;; same as moccur face
;; more adherent to solarized style but harder to follow without also having
;; next-error-recenter set to always recentering (which isn't the default).

`(next-error ((,class (:background ,base02 :foreground ,base1 :weight bold))))

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -84,6 +84,8 @@ `(trailing-whitespace ((,class (:background ,red)))) `(vertical-border ((,class (:foreground ,s-line)))) `(warning ((,class (:foreground ,yellow )))) + `(next-error ((,class (:foreground ,magenta-2fg :background ,magenta-2bg :weight normal)))) + ;;;;; compilation `(compilation-column-face ((,class (:foreground ,cyan :underline nil)))) `(compilation-column-number ((,class (:inherit font-lock-doc-face :foreground ,cyan