From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Colors for pre elem. on orgmode.org Date: Tue, 17 Nov 2009 17:31:04 +0000 Message-ID: <877htp2h47.wl%ucecesf@ucl.ac.uk> References: <873a4fvc59.fsf@gmx.de> <28BB9C80-9659-4551-AF90-F0F5D15906A2@gmail.com> <87hbsur4ow.fsf@gmx.de> <71454fac0911160517l3bf8031fn27a666e30c2623c9@mail.gmail.com> <877htq45bh.fsf@gmx.de> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NARu0-0003NW-0E for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NARtv-0003Lm-IA for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:39 -0500 Received: from [199.232.76.173] (port=38441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NARtv-0003LZ-BB for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:35 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:57588) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NARtu-0002Wj-Aa for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:34 -0500 In-Reply-To: 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: Rick Moynihan Cc: list , Emacs-orgmode, Carsten Dominik 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: --8<---------------cut here---------------start------------->8--- #+begin_src sh echo <8--- generates, upon HTML export, the following code: --8<---------------cut here---------------start------------->8---
echo <<EOF
  This is some input
EOF
--8<---------------cut here---------------end--------------->8--- 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...