Created
January 6, 2018 07:18
-
-
Save tk3/bfc31d15db1032fba4237fba03d70de3 to your computer and use it in GitHub Desktop.
sample theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ref. https://github.com/asciidoctor/asciidoctor-pdf/blob/master/docs/theming-guide.adoc#language-overview | |
page: | |
layout: portrait | |
margin: [0.75in, 1in, 0.75in, 1in] | |
size: Letter | |
base: | |
font_color: #333333 | |
font_family: Times-Roman | |
font_size: 12 | |
line_height_length: 17 | |
line_height: $base_line_height_length / $base_font_size | |
vertical_spacing: $base_line_height_length | |
heading: | |
font_color: #262626 | |
font_size: 17 | |
font_style: bold | |
line_height: 1.2 | |
margin_bottom: $vertical_spacing | |
link: | |
font_color: #002FA7 | |
outline_list: | |
indent: $base_font_size * 1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment