summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index 1a5b240..d0add9e 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -217,6 +217,10 @@ Reload the theme after changing anything in this group."
`(secondary-selection ((t (:background "#344E00"))))
`(smerge-refined-change ((t (:background "grey20"))) t)
`(smerge-refined-changed ((t (:background "grey20"))))
+ `(smerge-base ((t (:foreground ,green-d))) t)
+ `(smerge-lower ((t (:foreground ,orange-d))) t)
+ `(smerge-markers ((t (:inherit diff-header :background "grey20"))))
+ `(smerge-upper ((t (:foreground ,red-d))) t)
`(spaceline-highlight-face ((t (:background "#272A2A" :foreground "#FFFFFF" :inherit (quote mode-line)))))
`(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line)))))
`(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line)))))