[Theme] Remove customization for ‘org-agenda-done’ face

This commit is contained in:
Daniel - 2017-12-03 09:48:38 +01:00
parent 53e81f252e
commit 02a08afbe1
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit bc7421cc242dd1caf5c1259a44310e0bb97437be
Subproject commit d3857f7f59420e3cc74dddc8668a8613b009ce11

View File

@ -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"))))