bbatsov / zenburn-emacs

The Zenburn colour theme ported to Emacs
GNU General Public License v3.0
977 stars 269 forks source link

Add org-block and org-quote faces #336

Closed skangas closed 4 years ago

skangas commented 4 years ago

Add org-block face, controlling:

#+BEGIN_SRC c
int foo = 42;
#+END_SRC

Add org-quote, controlling:

#+BEGIN_QUOTE
abc
#+END_QUOTE

Note that the quote block fontification is off until you customize org-fontify-quote-and-verse-blocks to a non-nil value.

bbatsov commented 4 years ago

Thanks!