Compare commits

...
2 Commits
Author SHA1 Message Date
paul 6ed02ff100 Merge branch 'master' of ssh://git.home.bouzou.org:222/paul/emacs-petrol-theme 2022-03-19 10:33:19 -04:00
paul 32c34caa4f Green tables 2022-03-19 10:33:07 -04:00
+2
View File
@@ -349,6 +349,8 @@
`(org-checkbox ((,class (:weight bold :foreground ,petrol-purple :background "#f2f2f2")))) `(org-checkbox ((,class (:weight bold :foreground ,petrol-purple :background "#f2f2f2"))))
`(org-code ((,class (:foreground "#006400" :background "#fdfff7")))) `(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-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-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")))) `(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#454545"))))