From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Latex preview foreground color problem Date: Mon, 30 Jul 2018 12:43:28 +0300 Message-ID: <87y3dtgitb.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fk4iS-00028b-CU for emacs-orgmode@gnu.org; Mon, 30 Jul 2018 05:43:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fk4iP-0002qm-BV for emacs-orgmode@gnu.org; Mon, 30 Jul 2018 05:43:48 -0400 Received: from [195.159.176.226] (port=52723 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fk4iP-0002pI-0P for emacs-orgmode@gnu.org; Mon, 30 Jul 2018 05:43:45 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fk4gE-00034r-Om for emacs-orgmode@gnu.org; Mon, 30 Jul 2018 11:41:30 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Greetings. Previewing Latex fragments is one cool feature. However, I have one problem tailoring it to my use. In my emacs config file I now have: (plist-put org-format-latex-options :foreground "white") (plist-put org-format-latex-options :scale 2) These seem to set the correct properties, because my value of org-format-latex-options is (:foreground "white" :background default :scale 2 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")) The scale factor property works just fine: I get a larger preview. Unfortunately changing foreground has no effect. The default black foreground - which I still get - is pretty useless for me, because my default background in buffers is dark blue. Any tips? Jarmo