diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-06-24 17:22:10 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-06-24 17:22:10 +0200 |
commit | b04623c377ca2f44f5e12e6eb23c2f4af80e3ae5 (patch) | |
tree | 1edbcbc90b63ee9f1c5595efea633511a0f72539 /conf | |
parent | ac4cffa883f0a100a4868302e55acdddaeb845e5 (diff) |
Converted hex-paper to template
Diffstat (limited to 'conf')
-rw-r--r-- | conf/settings/hex-paper/5mm.yaml | 8 | ||||
-rw-r--r-- | conf/theme/thin_lines.yaml | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/conf/settings/hex-paper/5mm.yaml b/conf/settings/hex-paper/5mm.yaml new file mode 100644 index 0000000..131e208 --- /dev/null +++ b/conf/settings/hex-paper/5mm.yaml @@ -0,0 +1,8 @@ +hex_side: 5 mm + +x_spacing: 0 +y_spacing: 0 +uniform_spacing: true + +x_trasl: 0 mm +y_trasl: 0 mm diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml index 85477ed..84273e9 100644 --- a/conf/theme/thin_lines.yaml +++ b/conf/theme/thin_lines.yaml @@ -7,4 +7,6 @@ heavy_line_color: '{ 0.75 0.75 0.75 }' border_line_size: 0.5 border_line_color: '{ 0.75 0.75 0.75 }' +fill_color: '{ 1.0 1.0 1.0 }' + background_color: '{ 1.0 1.0 1.0 }' |