diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2025-04-16 09:12:41 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2025-04-16 09:12:41 +0200 |
commit | cf1b6018b6b179a3c88894b1ca208d5d2e357751 (patch) | |
tree | 4419d5955a12c503e5002b498e8f867a2709f187 /conf/theme/heavy_lines.yaml | |
parent | 866cc3bdcf2a576bc73ce2214133e79d342442ac (diff) |
new design: 10 mm pointed paper
Diffstat (limited to 'conf/theme/heavy_lines.yaml')
-rw-r--r-- | conf/theme/heavy_lines.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/theme/heavy_lines.yaml b/conf/theme/heavy_lines.yaml new file mode 100644 index 0000000..06c5df4 --- /dev/null +++ b/conf/theme/heavy_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.5 0.5 0.5 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.35 0.35 0.35 }' + +border_line_size: 0.5 +border_line_color: '{ 0.35 0.35 0.35 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' |