summaryrefslogtreecommitdiff
path: root/tests/test_files
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-07-10 00:09:11 +1000
committerGitHub <noreply@github.com>2017-07-10 00:09:11 +1000
commita6f99791ce79f0eed40396e8f3462413ce66554c (patch)
tree77bd9cc12991137d6449c7a3cc1e492363c99ffb /tests/test_files
parentdd95c26b40fc08abe9b9a6b27cbab77ffb00ad28 (diff)
parentc38c89ece1d41942fa322c555993e50e5c515e41 (diff)
Merge pull request #42 from dylanaraps/wallpaper
export: Add wallpaper to export files.
Diffstat (limited to 'tests/test_files')
-rw-r--r--tests/test_files/test_file.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/tests/test_files/test_file.json b/tests/test_files/test_file.json
index b92c84e..c555eda 100644
--- a/tests/test_files/test_file.json
+++ b/tests/test_files/test_file.json
@@ -1,26 +1,27 @@
{
+ "wallpaper": "5.png",
+
"special": {
- "background":"#3A5130",
- "foreground":"#FAF9F5",
- "cursor":"#FAF9F5"
+ "background": "#1F211E",
+ "foreground": "#F5F1F4",
+ "cursor": "#F5F1F4"
},
-
"colors": {
- "color0":"#3A5130",
- "color1":"#E3A19D",
- "color2":"#E1CEAE",
- "color3":"#D6DDCC",
- "color4":"#F1D2CB",
- "color5":"#F5E9D6",
- "color6":"#F9F0E5",
- "color7":"#FAF9F5",
- "color8":"#999999",
- "color9":"#E3A19D",
- "color10":"#E1CEAE",
- "color11":"#D6DDCC",
- "color12":"#F1D2CB",
- "color13":"#F5E9D6",
- "color14":"#F9F0E5",
- "color15":"#FAF9F5"
+ "color0": "#1F211E",
+ "color1": "#4B7A85",
+ "color2": "#CC6A93",
+ "color3": "#5C9894",
+ "color4": "#A0A89B",
+ "color5": "#D1B9A9",
+ "color6": "#E3D6D8",
+ "color7": "#F5F1F4",
+ "color8": "#666666",
+ "color9": "#4B7A85",
+ "color10": "#CC6A93",
+ "color11": "#5C9894",
+ "color12": "#A0A89B",
+ "color13": "#D1B9A9",
+ "color14": "#E3D6D8",
+ "color15": "#F5F1F4"
}
}