summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-03 00:00:50 -0400
committerDavid Robillard <d@drobilla.net>2021-05-03 00:03:06 -0400
commit3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd (patch)
treecdd7abc4786a70a76eb1d7a04df6559665c0b536 /emacs/.emacs.d/drobillized-theme.el
parent10e6359442692b9d465eee1163168b292a5d369b (diff)
downloaddotfiles-3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd.tar.gz
dotfiles-3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd.tar.bz2
dotfiles-3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd.zip
Update emacs theme
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index 41a9ec9..2c89352 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -56,6 +56,8 @@ Reload the theme after changing anything in this group."
(custom-theme-set-faces
'drobillized
+ `(Man-overstrike ((t (:inherit bold :foreground ,green))))
+ `(Man-underline ((t (:foreground ,yellow))))
`(bold ((t (:weight bold))))
`(compilation-column-number ((t (:foreground "grey40"))))
`(cursor ((t (:background "grey80"))))
@@ -118,7 +120,7 @@ Reload the theme after changing anything in this group."
`(font-lock-type-face ((t (:foreground ,green :weight normal))))
`(font-lock-variable-name-face ((t (:foreground "#CCC" :weight normal))))
`(font-lock-warning-face ((t (:foreground ,red))))
- `(fringe ((((class color) (background dark)) (:background "grey15"))))
+ `(fringe ((t (:background "#151A1C" :foreground "#888"))))
`(git-gutter:added ((t (:inherit diff-added))))
`(git-gutter:deleted ((t (:inherit diff-removed))))
`(git-gutter:modified ((t (:foreground ,magenta))))
@@ -243,6 +245,9 @@ Reload the theme after changing anything in this group."
`(widget-field ((t (:background "#222" :box (:line-width 2 :color "#555")))))
`(woman-addition ((t (:inherit font-lock-builtin-face :foreground ,blue))))
`(woman-bold ((t (:inherit bold :foreground ,green))))
- `(woman-italic ((t (:inherit italic :slant italic)))))
+ `(woman-italic ((t (:inherit italic :slant italic))))
+ `(window-divider ((t (:foreground "#151A1C"))))
+ `(window-divider-first-pixel ((t (:foreground "#444"))))
+ `(window-divider-last-pixel ((t (:foreground "#444")))))
(provide-theme 'drobillized)