From 3944b9f57bbd0c4ebc9ea9b02c6c7286086c67fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 May 2021 00:00:50 -0400 Subject: Update emacs theme --- emacs/.emacs.d/drobillized-theme.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/drobillized-theme.el') 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) -- cgit v1.2.1