@@ -37,27 +37,30 @@ mainfont = "CoreSansA45.ttf"
37
37
mainfontoptions = [
38
38
" BoldFont=CoreSansA65.ttf" ,
39
39
" ItalicFont=CoreSansA45It.ttf" ,
40
- " BoldItalicFont=CoreSansA65It.ttf"
40
+ " BoldItalicFont=CoreSansA65It.ttf" ,
41
41
]
42
42
sansfont = " CoreSansA45.ttf"
43
43
sansfontoptions = [
44
44
" BoldFont=CoreSansA65.ttf" ,
45
45
" ItalicFont=CoreSansA45It.ttf" ,
46
- " BoldItalicFont=CoreSansA65It.ttf"
46
+ " BoldItalicFont=CoreSansA65It.ttf" ,
47
47
]
48
48
monofont = " Noto Sans Mono"
49
49
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
50
50
sansfontfallback = [" Noto Color Emoji:mode=harf" ]
51
51
monofontfallback = [
52
52
" Noto Color Emoji:mode=harf" ,
53
53
]
54
- linkcolor = " blue"
55
- urlcolor = " blue"
54
+ monobackgroundcolor = " \\ color[HTML]{e7e7e7}"
55
+ linkcolor = " Links"
56
+ urlcolor = " Links"
57
+ linkstyle = " bold"
56
58
urlstyle = " rm"
57
59
documentclass = " book"
58
60
fontsize = " 11pt"
59
61
geometry = " papersize={8in,10in},top=2cm,bottom=2cm,left=2.4cm,right=2.4cm"
60
62
header-includes = [
63
+ " \\ definecolor{Links}{HTML}{6200EE}" ,
61
64
# Reduce font size of code blocks
62
65
" \\ DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\ {\\ },fontsize=\\ small}" ,
63
66
]
@@ -77,13 +80,13 @@ mainfont = "CoreSansA45.ttf"
77
80
mainfontoptions = [
78
81
" BoldFont=CoreSansA65.ttf" ,
79
82
" ItalicFont=CoreSansA45It.ttf" ,
80
- " BoldItalicFont=CoreSansA65It.ttf"
83
+ " BoldItalicFont=CoreSansA65It.ttf" ,
81
84
]
82
85
sansfont = " CoreSansA45.ttf"
83
86
sansfontoptions = [
84
87
" BoldFont=CoreSansA65.ttf" ,
85
88
" ItalicFont=CoreSansA45It.ttf" ,
86
- " BoldItalicFont=CoreSansA65It.ttf"
89
+ " BoldItalicFont=CoreSansA65It.ttf" ,
87
90
]
88
91
monofont = " Noto Sans Mono"
89
92
mainfontfallback = [" Noto Color Emoji:mode=harf" ]
0 commit comments