diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/margins/6mm.yaml | 6 | ||||
-rw-r--r-- | conf/paper/a5.yaml | 4 | ||||
-rw-r--r-- | conf/paper/a6.yaml | 4 | ||||
-rw-r--r-- | conf/settings/graph-paper/4mm.yaml | 8 | ||||
-rw-r--r-- | conf/theme/thin_lines.yaml | 6 |
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 }' |