diff options
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 2 | ||||
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index 187f022..7be4377 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -37,6 +37,7 @@ '(font-lock-type-face ((t (:foreground "#fffff8")))) '(magit-section-heading ((t (:weight bold)))) '(font-lock-variable-name-face ((t (:foreground "#fffff8")))) + '(org-property-value ((t nil))) '(fringe ((t nil))) '(header-line ((t (:inherit default :foreground "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :style line :position 0) :family "Iosevka Aile" :height 1.0)))) '(highlight ((t (:background "gray20")))) @@ -58,6 +59,7 @@ '(message-header-cc ((t nil))) '(message-cited-text-1 ((t (:foreground "gray50")))) '(gnus-header-name ((t (:weight bold)))) + '(notmuch-tag-face ((t nil))) '(gnus-header-content ((t nil))) '(gnus-header-subject ((t (:slant italic)))) '(gnus-header-from ((t (:weight bold)))) diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index ecdfca6..d68a25a 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -30,6 +30,7 @@ '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) '(font-lock-function-name-face ((t nil))) + '(notmuch-tag-face ((t nil))) '(font-lock-keyword-face ((t nil))) '(shr-h1 ((t (:weight bold)))) '(shr-h2 ((t (:weight bold)))) @@ -85,6 +86,7 @@ '(org-imminent-deadline ((t (:foreground "DarkOrange3" :weight bold)))) '(org-agenda-date-today ((t (:weight bold)))) '(org-agenda-date-weekend ((t nil))) + '(org-property-value ((t nil))) '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8"))))) '(org-agenda-done ((t (:strike-through t :inherit org-time-grid :extend nil)))) '(org-agenda-structure-filter ((t (:slant italic)))) |