From 02a08afbe1e6bffdca0b42eee5fba74072a4af19 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 3 Dec 2017 09:48:38 +0100 Subject: [PATCH] =?UTF-8?q?[Theme]=20Remove=20customization=20for=20?= =?UTF-8?q?=E2=80=98org-agenda-done=E2=80=99=20face?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- private | 2 +- themes/db-dark-theme.el | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/private b/private index bc7421c..d3857f7 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit bc7421cc242dd1caf5c1259a44310e0bb97437be +Subproject commit d3857f7f59420e3cc74dddc8668a8613b009ce11 diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 3a4d4f7..3908af5 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -14,7 +14,6 @@ '(emms-playlist-selected-face ((t (:foreground "medium sea green")))) '(org-agenda-date ((t (:background "#002b36" :foreground "#586e75" :inverse-video nil :box (:line-width 2 :color "#002b36") :overline nil :slant normal :weight bold :height 1.2)))) '(org-agenda-dimmed-todo-face ((t nil))) - '(org-agenda-done ((t (:foreground "dark gray" :slant normal)))) '(org-agenda-structure ((t (:foreground "#93a1a1" :inverse-video nil :box (:line-width 2 :color "#002b36") :underline nil :slant normal :weight bold :height 1.1)))) '(org-clock-overlay ((t (:background "black")))) '(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono"))))