Hi again

i understood from Fabrice (the dev of the excellent excellent  leuven-theme) that currently Org mode only uses one background face for all the code blocks. Is that something one can request for (different color background face for different code blocks (IE, Bash,Lisp,R)? if so where should one file that request? (mailing list, bug tracker etc?)

best wishes all and have a great weekend!

Z



On Sat, Jun 1, 2013 at 2:09 PM, Xebar Saram <zeltakc@gmail.com> wrote:
>
> Hi all
>
> i am using a theme that allows to customize the org-mode bg/fg colors for various aspects of the code block IE
>
> `(org-block-background ((,class (:background "#FFFFE0"))))
>    `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
>    `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
>
>
> I was wondering if this could be extended in anyway to have a few different code block colors so that IE a sh block would have a different bg then a elisp code block?
>
> best
>
> z