branch: elpa/tangotango-theme
commit 8b274e92b826ab422375382e1b1ece18b96fd7f2
Author: Julien Barnier <jul...@nozav.org>
Commit: Julien Barnier <jul...@nozav.org>

    Add fontify for org-mode blocks
---
 color-theme-tangotango.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index dc3c5f59fc..eb68d94376 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -185,6 +185,11 @@
      (org-agenda-date ((t (:foreground "#6ac214"))))
      (org-agenda-date-weekend ((t (:weight normal :foreground "dodger blue"))))
      (org-agenda-date-today ((t (:weight bold :foreground "#edd400"))))
+     (org-block-begin-line ((t ( ;:underline "#888a85" 
+                               :foreground "#a8aaa5" :background "#262c2c"))))
+     (org-block-background ((t (:background "#1e2424"))))
+     (org-block-end-line ((t ( ;:overline "#888a85" 
+                             :foreground "#a8aaa5" :background "#262c2c"))))
      (anything-header ((t (:bold t :background "grey15" :foreground 
"#edd400"))))
      (anything-candidate-number ((t (:background "#f57900" :foreground 
"black"))))
      (ess-jb-comment-face ((t (:background "#2e3436" :foreground "#888a85" 
:slant italic))))

Reply via email to