From fa639909063826befe7aa318440a7197d7d1768e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 7 Apr 2019 14:15:03 +0200 Subject: [PATCH] [Themes] More updates --- themes/db-dark-theme.el | 10 ++-------- themes/db-light-theme.el | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 062ed65..514946c 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -1,6 +1,6 @@ (deftheme db-dark - "Created 2017-12-02. To be used as an additional theme on top - of a dark theme, usually `solarized-dark’.") + "To be used as an additional theme on top of a dark theme. +Known to work well with the `solarized-dark’ theme.") (custom-theme-set-faces 'db-dark @@ -17,12 +17,6 @@ '(org-clock-overlay ((t (:background "black")))) '(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal)))) '(org-headline-done ((t (:foreground "#859900")))) - '(org-level-1 ((t (:inherit default :foreground "#cb4b16" :height 1.0)))) - '(org-level-2 ((t (:inherit default :foreground "#859900" :height 1.0)))) - '(org-level-3 ((t (:inherit default :foreground "#268bd2" :height 1.0)))) - '(org-level-4 ((t (:inherit default :foreground "#b58900" :height 1.0)))) - '(org-level-5 ((t (:inherit default :foreground "#2aa198" :height 1.0)))) - '(org-warning ((t (:foreground "#dc322f" :weight normal)))) '(outline-4 ((t (:inherit org-level-4)))) '(flyspell-duplicate ((t (:underline (:color "orange red" :style wave))))) '(flyspell-incorrect ((t (:underline (:color "orange red" :style wave))))) diff --git a/themes/db-light-theme.el b/themes/db-light-theme.el index d3e53ac..98728cc 100644 --- a/themes/db-light-theme.el +++ b/themes/db-light-theme.el @@ -1,6 +1,6 @@ (deftheme db-light - "Created 2017-12-02. To be used as an additional theme on top - of a dark theme, usually `solarized-light’.") + "To be used as an additional theme on top of a dark theme. + Known to work with `solarized-light’.") (custom-theme-set-faces 'db-light @@ -17,12 +17,6 @@ '(org-clock-overlay ((t (:background "black")))) '(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono")))) '(org-headline-done ((t (:foreground "#859900")))) - '(org-level-1 ((t (:inherit default :foreground "#cb4b16" :height 1.0)))) - '(org-level-2 ((t (:inherit default :foreground "#859900" :height 1.0)))) - '(org-level-3 ((t (:inherit default :foreground "#268bd2" :height 1.0)))) - '(org-level-4 ((t (:inherit default :foreground "#b58900" :height 1.0)))) - '(org-level-5 ((t (:inherit default :foreground "#2aa198" :height 1.0)))) - '(org-warning ((t (:foreground "#dc322f" :weight normal)))) '(outline-4 ((t (:inherit org-level-4)))) '(flyspell-duplicate ((t (:underline (:color "orange red" :style wave))))) '(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))