From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Colors for pre elem. on orgmode.org Date: Tue, 17 Nov 2009 19:17:43 +0100 Message-ID: <878we5dni0.fsf@gmx.de> References: <873a4fvc59.fsf@gmx.de> <28BB9C80-9659-4551-AF90-F0F5D15906A2@gmail.com> <87hbsur4ow.fsf@gmx.de> <71454fac0911160517l3bf8031fn27a666e30c2623c9@mail.gmail.com> <877htq45bh.fsf@gmx.de> <877htp2h47.wl%ucecesf@ucl.ac.uk> 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 1NAScu-0004Oc-BY for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 13:18:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAScp-0004Lv-RS for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 13:18:03 -0500 Received: from [199.232.76.173] (port=50346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAScp-0004Lq-Hv for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 13:17:59 -0500 Received: from mail.gmx.net ([213.165.64.20]:56001) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NASco-0002Ri-LE for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 13:17:59 -0500 In-Reply-To: <877htp2h47.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 17 Nov 2009 17:31:04 +0000") 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: e.fraga@ucl.ac.uk Cc: Emacs-orgmode mailing list , Carsten Dominik Eric S Fraga writes: > At Mon, 16 Nov 2009 22:33:25 +0000, > Rick Moynihan wrote: >> For what it's worth I find the lack of contrast here a problem too. >> Though I can read the text, it's not especially pleasant. I've also >> found something similar in my exports (with a non default colour >> theme), which has led me to use the following STYLE option for source >> code blocks etc... >> >> #+STYLE: > > I have a similar problem. The following org-mode snippet: > > > #+begin_src sh > echo < This is some input > EOF > #+end_src > > generates, upon HTML export, the following code: > > >
echo <<EOF
>   This is some input
> EOF
> 
> > The problem with this is that I find the yellow (ffff00 colour) > illegible on almost every monitor I use. However, there is no class > nor id that I can adjust a style for the relevant span elements. Even > if I define some CSS for the src or src-sh classes, these will be > overridden in the spans. The HTML styles for the spans are hard-coded > in, it would appear. Or maybe there is something I can configure > somewhere? > > I will have a look at the export code later when I get a chance... M-x customize-variable RET org-export-htmlize-output-type RET Set it to `CSS' Sebastian