aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:11:46 +0200
committerGravatar Tom Willemse2013-05-24 20:11:46 +0200
commit41af262925027ef41067c1d10bdc4a73e1de9d3c (patch)
tree39ac7cc887f30c23f9c79d4f21bf472520c62fdf
parent4655dfba110fd212265e71304eb9df595f835032 (diff)
downloadyoshi-theme-41af262925027ef41067c1d10bdc4a73e1de9d3c.tar.gz
yoshi-theme-41af262925027ef41067c1d10bdc4a73e1de9d3c.zip
Add some org faces
-rw-r--r--yoshi-theme.el3
1 files changed, 3 insertions, 0 deletions
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))))