diff --git a/petrol-theme.el b/petrol-theme.el index b533194..345635c 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -349,6 +349,8 @@ `(org-checkbox ((,class (:weight bold :foreground ,petrol-purple :background "#f2f2f2")))) `(org-code ((,class (:foreground "#006400" :background "#fdfff7")))) + `(org-table ((,class (:foreground "dark green" :background "#EAFFEA" :inherit fixed-pitch)))) + `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#993d3d") :foreground "#993d3d" :background "#ffdddd")))) `(org-done ((,class (:weight bold :box (:line-width 1 :color "#2e994c") :foreground "#2e994c" :background "#ddffdd")))) `(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#454545"))))