From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Colors for pre elem. on orgmode.org Date: Sun, 15 Nov 2009 20:08:50 +0100 Message-ID: <873a4fvc59.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9kTX-0005aW-4r for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 14:09:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9kTS-0005a3-Ju for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 14:09:26 -0500 Received: from [199.232.76.173] (port=37376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9kTS-0005a0-Gp for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 14:09:22 -0500 Received: from mail.gmx.net ([213.165.64.20]:35593) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N9kTR-0002x5-Ri for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 14:09:22 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list Hi, the colors on orgmode.org are made from an Emacs setup with a dark background. Because of the light background on the Web, code examples with syntax highlighting are hard to read. I even avoid #+BEGIN_SRC and use #+BEGIN_EXAMPLE instead. I played a little locally, and found, that the following simple change makes highlighted source code readable. Just put this in an exported HTML file, just before the `' tag and keep the original styles in place, to see the results: What do you think? How is the font-size of code on Windows and MAC (Safari)? Sebastian