-
Notifications
You must be signed in to change notification settings - Fork 2
/
ld-theme_plain.yml
113 lines (112 loc) · 2.6 KB
/
ld-theme_plain.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#titel : ld-theme_plain.yml
#beschreibung : Dies ist ein AsciiDoc Theme für die Liberalen Demokraten.
#autor : Kasim Dönmez
#datum : 20210905
#nutzweise : asciidoctor-pdf -a pdf-theme=ld-theme_plain.yml -a pdf-fontsdir=fonts/ document.adoc
#bemerkungen : Installiere `asciidoctor` und `asciidoctor-pdf` um dieses Theme zu nutzen.
#
#abhängigkeiten:
#asciidoctor_version : 2.0
#ruby_version : 2.6
#==============================================================================
extends: default
font:
catalog:
Barlow:
normal: Barlow-regular.ttf
italic: Barlow-italic.ttf
bold: Barlow-bold.ttf
bold_italic: Barlow-bold_italic.ttf
Inter:
normal: Inter-regular.ttf
italic: Inter-italic.ttf
bold: Inter-bold.ttf
bold_italic: Inter-bold_italic.ttf
M+ 1mn:
normal: mplus-1mn-regular.ttf
bold: mplus-1mn-bold.ttf
italic: mplus-1mn-regular.ttf
bold_italic: mplus-1mn-regular.ttf
M+ 2p:
normal: mplus-2p-regular.ttf
bold: mplus-2p-bold.ttf
italic: mplus-2p-regular.ttf
bold_italic: mplus-2p-regular.ttf
openmoji:
normal: OpenMoji-Color.ttf
bold: OpenMoji-Color.ttf
italic: OpenMoji-Color.ttf
bold_italic: OpenMoji-Color.ttf
fallbacks:
- Inter
- M+ 2p
- M+ 1mn
- openmoji
base:
# grey
font-color: #212529
font-family: Inter
font-style: normal
font-size: 12
title-page:
# ld-darkblue
font-color: #010038
font-family: Barlow
font-style: bold
title:
font-family: Barlow
font-style: bold
font-color: #010038
logo:
align: right
image: image:images/logo.png[pdfwidth=45%]
top: 5%
toc:
title:
font-size: 27
font-family: Barlow
running-content:
start-at: after-toc
heading:
# ld-orange
h1-font-color: #F98113
h2-font-color: #F98113
h3-font-color: #F98113
font-color: #010038
font-family: Barlow
font-style: bold
h1-align: left
page:
heading-1:
break:
before: true
after: false
heading-2:
break:
before: false
after: false
link:
font-color: #F98113
text-decoration: none
footnotes:
font-color: #010038
font-family: Inter
font-style: normal
admonition:
icon:
note:
# light blue
stroke-color: #23A3DC
warning:
# secondary orange
stroke-color: #FFA60D
tip:
stroke-color: #FFA60D
footer:
font-family: Barlow
recto:
left:
content: 'Liberale Demokraten - Die Sozialliberalen'
verso:
right:
content: 'Liberale Demokraten - Die Sozialliberalen'