From 9ae6f8a2bfbd9601c6a23c11d979474e515255f4 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 4 Nov 2022 09:54:12 +0100 Subject: New design: A5 graph paper with 5mm squares --- conf/theme/thin_grey_lines.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf/theme/thin_grey_lines.yaml (limited to 'conf') 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 }' -- cgit v1.2.3