Files
infix/test/spec/theme.yml
Mattias Walström 5a28a5611a test-specification: Make possible to add ASCII art
The ASCII art over the topology must be surrounded by .... and
is codeblock in ASCIIdoc. Since this is only used for ASCII arts
to help describe tests, border and background are white.
2024-10-04 11:22:58 +02:00

40 lines
808 B
YAML

extends: default
font:
catalog:
merge: true
SourceCodePro:
normal: SourceCodePro-Regular.ttf
bold: SourceCodePro-Bold.ttf
italic: SourceCodePro-Italic.ttf
bold_italic: SourceCodePro-BoldItalic.ttf
base:
font_family: SourceCodePro
font_size: 11
line_height_length: 1.3
code:
background-color: #ffffff
border-color: #ffffff
heading:
font_family: SourceCodePro
font_style: bold
role:
underline:
text_decoration: underline
# Define custom sizes for each heading level
heading_h1:
font_size: 24 # Size for H1 headings
heading_h2: # Test class
font_size: 18 # Size for H2 headings
heading_h3: # test case name
font_size: 12 # Size for H3 headings
text_decoration: underline
margin_top: 30
heading_h4:
font_size: 11 # Size for H4 headings