Skip to content

Instantly share code, notes, and snippets.

@tk3
Created January 6, 2018 07:18
Show Gist options
  • Save tk3/bfc31d15db1032fba4237fba03d70de3 to your computer and use it in GitHub Desktop.
Save tk3/bfc31d15db1032fba4237fba03d70de3 to your computer and use it in GitHub Desktop.
sample theme
# 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