Update tex colours to nrd theme
This commit is contained in:
parent
be745684da
commit
03f7710305
1 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue