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.

Reply via email to