aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-23 19:49:41 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-23 19:49:41 +0200
commitbfa1dafd15465287725ae30cc9fef2a1a5a1e170 (patch)
treee45b59ddf82c922ef60d07ee8ff876f1a3040e27 /conf
parent5cf29bda38585c0ab6c92a76c681b7fa63d96202 (diff)
graph paper designs
Diffstat (limited to 'conf')
-rw-r--r--conf/margins/6mm.yaml6
-rw-r--r--conf/paper/a5.yaml4
-rw-r--r--conf/paper/a6.yaml4
-rw-r--r--conf/settings/graph-paper/4mm.yaml8
-rw-r--r--conf/theme/thin_lines.yaml6
5 files changed, 25 insertions, 3 deletions
diff --git a/conf/margins/6mm.yaml b/conf/margins/6mm.yaml
new file mode 100644
index 0000000..eadc9ea
--- /dev/null
+++ b/conf/margins/6mm.yaml
@@ -0,0 +1,6 @@
+margin_top: '6 mm'
+margin_bottom: '6 mm'
+margin_left: '6 mm'
+margin_right: '6 mm'
+
+border: true
diff --git a/conf/paper/a5.yaml b/conf/paper/a5.yaml
new file mode 100644
index 0000000..804a58e
--- /dev/null
+++ b/conf/paper/a5.yaml
@@ -0,0 +1,4 @@
+bounding_box: '0 0 421 596'
+paper_name: 'a5'
+page_width: '148 mm'
+page_height: '210 mm'
diff --git a/conf/paper/a6.yaml b/conf/paper/a6.yaml
new file mode 100644
index 0000000..f12bdf5
--- /dev/null
+++ b/conf/paper/a6.yaml
@@ -0,0 +1,4 @@
+bounding_box: '0 0 298 421'
+paper_name: 'a6'
+page_width: '105 mm'
+page_height: '148 mm'
diff --git a/conf/settings/graph-paper/4mm.yaml b/conf/settings/graph-paper/4mm.yaml
new file mode 100644
index 0000000..ed83f4c
--- /dev/null
+++ b/conf/settings/graph-paper/4mm.yaml
@@ -0,0 +1,8 @@
+x_len: 4 mm
+y_len: 4 mm
+
+x_count: 5
+y_count: 5
+
+x_trasl: 0 mm
+y_trasl: 0 mm
diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml
index 30642c8..85477ed 100644
--- a/conf/theme/thin_lines.yaml
+++ b/conf/theme/thin_lines.yaml
@@ -1,10 +1,10 @@
thin_line_size: 0.5
-thin_line_color: '{ 0.9 0.9 0.9 }'
+thin_line_color: '{ 0.85 0.85 0.85 }'
heavy_line_size: 0.5
-heavy_line_color: '{ 0.8 0.8 0.8 }'
+heavy_line_color: '{ 0.75 0.75 0.75 }'
border_line_size: 0.5
-border_line_color: '{ 0.8 0.8 0.8 }'
+border_line_color: '{ 0.75 0.75 0.75 }'
background_color: '{ 1.0 1.0 1.0 }'