From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Pita Subject: Re: Bug: Latex preview fg color w/tikz (known problem, fix suggested) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.90/lisp/org/)] Date: Wed, 5 Dec 2018 16:37:45 -0300 Message-ID: References: <878t13n5qo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUczg-0005V7-BU for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 14:38:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUczf-0005Kn-DZ for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 14:38:00 -0500 Received: from mail-yb1-xb36.google.com ([2607:f8b0:4864:20::b36]:39615) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUczf-0005IY-8J for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 14:37:59 -0500 Received: by mail-yb1-xb36.google.com with SMTP id s15so625868ybk.6 for ; Wed, 05 Dec 2018 11:37:58 -0800 (PST) In-Reply-To: <878t13n5qo.fsf@gmail.com> 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 The quick and dirty option, if anyone wants it now: (setq org-format-latex-header (concat org-format-latex-header "\\usepackage{xcolor}\n" "\\definecolor{__bg__}{HTML}{1d1f21}\n" "\\definecolor{__fg__}{HTML}{c5c8c6}\n" "\\color{__fg__}\n" "\\pagecolor{__bg__}\n")) HTML format is more convenient to edit by hand based in your current default face.