diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-26 09:26:20 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-07-26 09:26:20 +0200 |
commit | 5f2bf5eb459494393affe7b11d8ad5867a3d24e3 (patch) | |
tree | c05f20d75d0df0eb584683c483a560b58d51c148 /conf | |
parent | d84926aeec49cd48f3ccbe984d2e49fc75b4b7df (diff) |
music paper: use ticker lines
Diffstat (limited to 'conf')
-rw-r--r-- | conf/theme/mid_lines.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/theme/mid_lines.yaml b/conf/theme/mid_lines.yaml new file mode 100644 index 0000000..e3f556e --- /dev/null +++ b/conf/theme/mid_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.75 0.75 0.75 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.65 0.65 0.65 }' + +border_line_size: 0.5 +border_line_color: '{ 0.65 0.65 0.65 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' |