[Themes] More updates

This commit is contained in:
Daniel - 2019-04-07 14:15:03 +02:00
parent 7b9bfaf753
commit fa63990906
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 4 additions and 16 deletions

View File

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

View File

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