aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-27 18:41:21 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-27 18:41:21 +0200
commit80917a891aed1b10cf75b5a4d3f82012987097de (patch)
tree370d65ed4d8c41a9a520d1bf9473c135ef21cd04
parent52754986889be68fa2d27e5bd70a5ab2d094a429 (diff)
Red and blue lines to ease postprocessing
-rw-r--r--conf/theme/thin_blue_lines.yaml12
-rw-r--r--conf/theme/thin_red_lines.yaml12
-rw-r--r--designs/graph-paper-4mm-a6-rings.yaml2
-rw-r--r--designs/hex-paper-5mm-a6-rings.yaml12
4 files changed, 37 insertions, 1 deletions
diff --git a/conf/theme/thin_blue_lines.yaml b/conf/theme/thin_blue_lines.yaml
new file mode 100644
index 0000000..f746215
--- /dev/null
+++ b/conf/theme/thin_blue_lines.yaml
@@ -0,0 +1,12 @@
+thin_line_size: 0.5
+thin_line_color: '{ 0.90 0.90 1 }'
+
+heavy_line_size: 0.5
+heavy_line_color: '{ 0.80 0.80 1 }'
+
+border_line_size: 0.5
+border_line_color: '{ 0.80 0.80 1 }'
+
+fill_color: '{ 1.0 1.0 1.0 }'
+
+background_color: '{ 1.0 1.0 1.0 }'
diff --git a/conf/theme/thin_red_lines.yaml b/conf/theme/thin_red_lines.yaml
new file mode 100644
index 0000000..bc90bb3
--- /dev/null
+++ b/conf/theme/thin_red_lines.yaml
@@ -0,0 +1,12 @@
+thin_line_size: 0.5
+thin_line_color: '{ 1 0.80 0.80 }'
+
+heavy_line_size: 0.5
+heavy_line_color: '{ 1 0.70 0.70 }'
+
+border_line_size: 0.5
+border_line_color: '{ 1 0.70 0.70 }'
+
+fill_color: '{ 1.0 1.0 1.0 }'
+
+background_color: '{ 1.0 1.0 1.0 }'
diff --git a/designs/graph-paper-4mm-a6-rings.yaml b/designs/graph-paper-4mm-a6-rings.yaml
index 7de771d..88ecb40 100644
--- a/designs/graph-paper-4mm-a6-rings.yaml
+++ b/designs/graph-paper-4mm-a6-rings.yaml
@@ -1,7 +1,7 @@
template: graph-paper
paper: a6
margins: 6mm
-theme: thin_lines
+theme: thin_blue_lines
settings: 4mm
override:
y_trasl: '4 mm neg'
diff --git a/designs/hex-paper-5mm-a6-rings.yaml b/designs/hex-paper-5mm-a6-rings.yaml
new file mode 100644
index 0000000..116a47a
--- /dev/null
+++ b/designs/hex-paper-5mm-a6-rings.yaml
@@ -0,0 +1,12 @@
+template: hex-paper
+paper: a6
+margins: 6mm
+theme: thin_red_lines
+settings: 5mm
+override:
+ x_trasl: '1 mm neg'
+ y_trasl: '0.25 mm'
+ margin_left: '12 mm'
+ margin_right: '6.35 mm'
+ margin_top: '5.25 mm'
+ margin_bottom: '5.25 mm'