summaryrefslogtreecommitdiffstats
path: root/emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-09 13:35:59 +0100
committerDavid Robillard <d@drobilla.net>2017-12-09 13:35:59 +0100
commit743cb2e2c0de2b3bc4033a93613fb3e62ce38fed (patch)
treef2569311801173067b319b0234c3b26aeca82481 /emacs.d/drobillized-theme.el
parentf195dbf02045251ca2cfcd1a26ee92dba71940c7 (diff)
parentdac740b2a5f8a9f4c285eac2d014cd5d138fd7ab (diff)
downloaddotfiles-743cb2e2c0de2b3bc4033a93613fb3e62ce38fed.tar.gz
dotfiles-743cb2e2c0de2b3bc4033a93613fb3e62ce38fed.tar.bz2
dotfiles-743cb2e2c0de2b3bc4033a93613fb3e62ce38fed.zip
Merge branch 'master' of ssh://drobilla.net:/home/drobilla/git.drobilla.net/conf
Diffstat (limited to 'emacs.d/drobillized-theme.el')
-rw-r--r--emacs.d/drobillized-theme.el17
1 files changed, 14 insertions, 3 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el
index 764a935..5d50334 100644
--- a/emacs.d/drobillized-theme.el
+++ b/emacs.d/drobillized-theme.el
@@ -191,15 +191,26 @@ Reload the theme after changing anything in this group."
`(magit-tag ((t (:foreground ,yellow))))
`(magit-section-highlight ((t (:background "grey15"))))
`(minibuffer-prompt ((((background dark)) (:foreground "white"))))
- `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box (:line-width 2 :color "#1A1A1A")))))
+ `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box nil))))
`(mode-line-buffer-id ((t (:weight bold))))
`(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "red"))))
`(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "#424747"))))
`(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t))))
+ `(powerline-active0 ((t (:inherit mode-line :background "#121717"))))
`(powerline-active1 ((t (:inherit mode-line :background "#222727"))))
- `(powerline-active2 ((t (:inherit mode-line :background "#2D3232"))))
+ `(powerline-active2 ((t (:inherit mode-line :background "#222727"))))
+ `(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 "#1D2222"))))
+ `(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)