From 41af262925027ef41067c1d10bdc4a73e1de9d3c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:11:46 +0200 Subject: Add some org faces --- yoshi-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index bac03b0..e251ee3 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -241,6 +241,9 @@ `(org-agenda-date-today ((t (:foreground ,cyan5 :slant italic)))) `(org-agenda-date-weekend ((t (:foreground ,cyan5)))) `(org-agenda-structure ((t (:foreground ,blue5)))) + `(org-block-background ((t (:background "#222222")))) + `(org-block-begin-line ((t (:foreground ,gray5 :background "#333333" :slant unspecified :underline ,gray3)))) + `(org-block-end-line ((t (:foreground ,gray5 :background "#333333" :slant unspecified :overline ,gray3)))) `(org-checkbox-statistics-done ((t (:foreground ,cyan2)))) `(org-checkbox-statistics-todo ((t (:foreground ,cyan5)))) `(org-date ((t (:foreground ,pink5 :underline unspecified)))) -- cgit v1.2.3-54-g00ecf