diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 6e25708..3a4d4f7 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -14,7 +14,7 @@ '(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 "light gray" :slant normal)))) + '(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"))))