summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-12-11 20:12:15 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-12-11 20:12:15 -0500
commit21edafb7a0227bc551e155903f384d38e8eb12bf (patch)
treea7bdce1a96b5b5a6d6c83b35618b093b0b4e0778 /configs
parentd31ae2583c3d2326d1e91ab6b10bdd69dc66ad20 (diff)
behold - created and formatted
Diffstat (limited to 'configs')
-rw-r--r--configs/behold.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/behold.json b/configs/behold.json
new file mode 100644
index 0000000..4e33a77
--- /dev/null
+++ b/configs/behold.json
@@ -0,0 +1,20 @@
+{
+ "pdf": {
+ "fonts": {
+ "chord": {
+ "size": 12
+ },
+ "text": {
+ "size": 12
+ },
+ "comment": {
+ "size": 12
+ },
+ "title": {
+ "size": 12
+ }
+ },
+ "marginleft": 5,
+ "marginright": 0
+ }
+}