summaryrefslogtreecommitdiffstats
path: root/emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/drobillized-theme.el')
-rw-r--r--emacs.d/drobillized-theme.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el
index 41a4c51..5d50334 100644
--- a/emacs.d/drobillized-theme.el
+++ b/emacs.d/drobillized-theme.el
@@ -202,6 +202,15 @@ Reload the theme after changing anything in this group."
`(powerline-inactive0 ((t (:inherit mode-line-inactive :background "black"))))
`(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#121717"))))
`(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#121717"))))
+ `(rainbow-delimiters-depth-1-face ((t (:inherit rainbow-delimiters-base-face :foreground "#93A1A1"))))
+ `(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8BA898"))))
+ `(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8391A1"))))
+ `(rainbow-delimiters-depth-4-face ((t (:inherit rainbow-delimiters-base-face :foreground "#7B9888"))))
+ `(rainbow-delimiters-depth-5-face ((t (:inherit rainbow-delimiters-base-face :foreground "#738191"))))
+ `(rainbow-delimiters-depth-6-face ((t (:inherit rainbow-delimiters-base-face :foreground "#6B8878"))))
+ `(rainbow-delimiters-depth-7-face ((t (:inherit rainbow-delimiters-base-face :foreground "#637181"))))
+ `(rainbow-delimiters-depth-8-face ((t (:inherit rainbow-delimiters-base-face :foreground "#5B7868"))))
+ `(rainbow-delimiters-depth-9-face ((t (:inherit rainbow-delimiters-base-face :foreground "#536171"))))
`(region ((t (:background "#354900"))))
`(secondary-selection ((t (:background "#344E00"))))
`(smerge-refined-change ((t (:background "grey20"))) t)