solarized-emacs

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

commit 45bc973f23cc2ecfd23c7a1e6ace415b9ed2fc12
parent c42a932e5c467c1ce12c42276d35bfb8f666e96d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 24 Jun 2019 02:43:55 +0200

add deadgrep facedefs

possibly better than the defaults

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

diff --git a/solarized.el b/solarized.el @@ -664,6 +664,12 @@ customize the resulting theme." :box (:line-width 2 :style pressed-button))))) `(custom-button-unraised ((,class (:inherit underline)))) `(custom-button-pressed-unraised ((,class (:inherit custom-button-unraised :foreground ,magenta)))) +;;;;; deadgrep + `(deadgrep-filename-face ((,class (:foreground ,base01 :underline t)))) + `(deadgrep-match-face ((,class (:background ,base02 :foreground ,base1)))) + `(deadgrep-meta-face ((,class (:inherit font-lock-comment-face)))) + `(deadgrep-regexp-metachar-face ((,class (:inherit font-lock-constant-face)))) + `(deadgrep-search-term-face ((,class (:inherit font-lock-variable-name-face)))) ;;;;; diff `(diff-added ((,class (:foreground ,green)))) `(diff-changed ((,class (:foreground ,blue))))