aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-11-04 09:54:12 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-11-04 09:54:12 +0100
commit9ae6f8a2bfbd9601c6a23c11d979474e515255f4 (patch)
treec173e6941bac2025adb7d861a3d4bc56b637f637
parentc7af214f7ec8d2ca2adf151a8a570c193db8f58b (diff)
New design: A5 graph paper with 5mm squares
-rw-r--r--conf/theme/thin_grey_lines.yaml12
-rw-r--r--designs/graph-paper-5mm-a5.yaml12
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/theme/thin_grey_lines.yaml b/conf/theme/thin_grey_lines.yaml
new file mode 100644
index 0000000..4f870ee
--- /dev/null
+++ b/conf/theme/thin_grey_lines.yaml
@@ -0,0 +1,12 @@
+thin_line_size: 0.5
+thin_line_color: '{ 0.95 0.95 0.95 }'
+
+heavy_line_size: 0.5
+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 }'
diff --git a/designs/graph-paper-5mm-a5.yaml b/designs/graph-paper-5mm-a5.yaml
new file mode 100644
index 0000000..0e54a4c
--- /dev/null
+++ b/designs/graph-paper-5mm-a5.yaml
@@ -0,0 +1,12 @@
+template: graph-paper
+paper: a5
+margins: 10mm
+theme: thin_grey_lines
+settings: 5mm
+override:
+ x_count: 10
+ y_count: 10
+ margin_bottom: '5 mm'
+ margin_top: '5 mm'
+ margin_left: '11.5 mm'
+ margin_right: '11.5 mm'