Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down