diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 451860d7..d2d92ceb 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -107,23 +107,23 @@ (org-latex-listings t) ;; Customize the appearance of listings (source code blocks) (org-latex-listings-options - '(("basicstyle" "\\ttfamily") - ("showstringspaces" "false") - ("keywordstyle" "\\color{blue}\\textbf") - ("commentstyle" "\\color{gray}") - ("stringstyle" "\\color{green!70!black}") - ("frame" "single") - ("numbers" "left") - ("numbersep" "5pt") - ("numberstyle" "\\ttfamily") - ("keepspaces" "true") - ("showspaces" "false") - ("showstringspaces" "false") - ("showtabs" "false") - ("breaklines" "true") - ("breakatwhitespace" "false") - ("tabsize" "2") - ("columns" "fullflexible"))) + '(("basicstyle" "\\ttfamily\\color[rgb]{0.30, 0.34, 0.42}") ; nord3 + ("showstringspaces" "false") + ("keywordstyle" "\\color[rgb]{0.23, 0.26, 0.32}\\textbf") ; nord1 + ("commentstyle" "\\color[rgb]{0.26, 0.30, 0.37}") ; nord2 + ("stringstyle" "\\color[rgb]{0.18, 0.20, 0.25}") ; nord0 + ("frame" "single") + ("numbers" "left") + ("numbersep" "5pt") + ("numberstyle" "\\ttfamily\\color[rgb]{0.30, 0.34, 0.42}") ; nord3 + ("keepspaces" "true") + ("showspaces" "false") + ("showstringspaces" "false") + ("showtabs" "false") + ("breaklines" "true") + ("breakatwhitespace" "false") + ("tabsize" "2") + ("columns" "fullflexible"))) (org-latex-inputenc-alist '((\"utf8\" . \"utf8x\"))) :config (if (eq system-type 'windows-nt)