From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Change color in fontified html export for strings Date: Tue, 14 Sep 2010 09:11:07 +0200 Message-ID: <4C8F200B.7090702@gmail.com> References: <4C8E21C2.80501@gmail.com> <87wrqp9n4y.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvPfd-0005oM-GT for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:11:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvPfc-0004HX-5U for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:11:13 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44142) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvPfc-0004HB-1Q for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:11:12 -0400 Received: by wyb36 with SMTP id 36so8333713wyb.0 for ; Tue, 14 Sep 2010 00:11:11 -0700 (PDT) In-Reply-To: <87wrqp9n4y.fsf@gmx.de> 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: Sebastian Rose Cc: emacs-orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14/09/10 02:36, Sebastian Rose wrote: > Rainer M Krug writes: >> Hi >> >> when exporting code blocks to html, strings are exported as yellow >> (#ffff00), which is really difficult to read. Is there a possibility to >> customize the colors (specifically the one used for strings) used for >> the fontification when exporting to html? >> >> Thanks, >> >> Rainer > > Hi Sebastian, > Change the CSS styles for strings using a stylesheet. I must admit, I know nerly nothing about html, and even less about CSS stylesheets. So what do I have o do with the code you gave below? I found the following statement in the org manual: #### To set the latter variable individually for each file, you can use #+STYLE: For longer style definitions, you can use several such lines. You could also directly write a section in this way, without referring to an external file. ### As I only want to change the color for .string (right?), I am thinking about specifying it in the properties - but #+STYLE: failed. Any suggestions or CSS stylesheets? Rainer > > This is the htmlize-related section of my CSS stylesheet: > > > pre.src .comment { > color: #777777; > font-style: italic; > } > pre.src .comment-delimiter { > color: #777777; > font-style: italic; > } > .constant { > color: #ff4500; > } > .default { > color: #000000; > } > .builtin { > color: #0000ff; > } > .function-name { > color:#0000ff; > } > .html-tag { > color: #0000ff; > } > .keyword { > color: #a52a2a; > font-weight: bold; > } > .string { > color: #006400; > } > .type { > font-weight:bold; > color:#238b8b; > } > .preprocessor { > color:#0000FF; > } > .variable-name { > color: #4d4d4d; > font-weight:bold; > } > .org-meta-line { > color: #990000; > } > .css-selector { > color: #0000ff; > font-weight:bold; > } > .css-property { > color: #000000; > font-weight:bold; > } > .makefile-targets { > font-weight:bold; > color: #0000ff; > } > pre.src .doc { > color:#777777; > } > /* ENDE htmlize.el */ > > > > Sebastian - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel: +33 - (0)9 53 10 27 44 Cell: +27 - (0)8 39 47 90 42 Fax (SA): +27 - (0)8 65 16 27 82 Fax (D) : +49 - (0)3 21 21 25 22 44 Fax (FR): +33 - (0)9 58 10 27 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyPIAsACgkQoYgNqgF2egqo/QCcDJhu8+/rx79XUAO64k1PAybh vIMAnRTCqNYtejI0xo7wciLr4f4NzBw7 =sDxV -----END PGP SIGNATURE-----