aboutsummaryrefslogtreecommitdiff
path: root/test.ss
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-17 10:18:44 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-17 10:18:44 +0200
commit28bc23c38f2d8f88667671b5b78a79f22e56e6b0 (patch)
tree5bfcb2f250f86a04e5bef6d40581c779bb46dab2 /test.ss
parent791ee4e65f3ec7ef470302e4381baefb431fb56d (diff)
Add JSON stylesheet test
Diffstat (limited to 'test.ss')
-rw-r--r--test.ss18
1 files changed, 18 insertions, 0 deletions
diff --git a/test.ss b/test.ss
new file mode 100644
index 0000000..2dd2b40
--- /dev/null
+++ b/test.ss
@@ -0,0 +1,18 @@
+{
+ "narrative": {
+ "font": "Cantarell Regular 14",
+ "fgcol": "#000000"
+ },
+
+ "slide": {
+ "bggrad": null,
+ "bgcol1": "#ffffff",
+ "frame": {
+ "font": "Cantarell Regular 14",
+ "bggrad": "vertical",
+ "bgcol1": "#000099",
+ "bgcol2": "#000000"
+ }
+ }
+}
+