Colorize Org clock mode-line display according to theme
Do not use a custom face setting here.
This commit is contained in:
parent
b16996ea51
commit
fccbbd8509
@ -18,6 +18,7 @@ Known to work well with the `solarized-dark’ theme.")
|
|||||||
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal))))
|
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal))))
|
||||||
'(org-headline-done ((t (:foreground "#859900"))))
|
'(org-headline-done ((t (:foreground "#859900"))))
|
||||||
'(org-link ((t (:inherit link :weight normal))))
|
'(org-link ((t (:inherit link :weight normal))))
|
||||||
|
'(org-mode-line-clock ((t (:inherit default))))
|
||||||
'(outline-4 ((t (:inherit org-level-4))))
|
'(outline-4 ((t (:inherit org-level-4))))
|
||||||
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
||||||
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono"))))
|
'(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-headline-done ((t (:foreground "#859900"))))
|
||||||
'(org-link ((t (:inherit link :weight normal))))
|
'(org-link ((t (:inherit link :weight normal))))
|
||||||
|
'(org-mode-line-clock ((t (:inherit default))))
|
||||||
'(outline-4 ((t (:inherit org-level-4))))
|
'(outline-4 ((t (:inherit org-level-4))))
|
||||||
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
||||||
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user