This commit is contained in:
calve 2015-01-20 20:12:00 +00:00
commit daffd6cdab
1 changed files with 9 additions and 0 deletions

View File

@ -548,6 +548,15 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(slime-repl-output-mouseover-face (:box (:color base3)))
(slime-style-warning-face (,@fmt-bold ,@fg-orange))
(slime-warning-face (,@fmt-bold ,@fg-red)) ; WarningMsg
;;magit next branch
(magit-diff-added (,@bg-back ,@fg-green))
(magit-diff-removed (,@bg-back ,@fg-red))
(magit-diff-context (,@bg-back ,@fg-base1))
(magit-diff-added-highlight (,@bg-base02 ,@fg-green))
(magit-diff-removed-highlight (,@bg-base02 ,@fg-red))
(magit-diff-context-highlight (,@bg-base02 ,@fg-base1))
(magit-hunk-heading (,@bg-base03 ,@fg-base1))
(magit-section-highlight (,@bg-base02))
;; whitespace
(whitespace-empty (,@fg-red))
(whitespace-hspace (,@fg-orange))