summaryrefslogtreecommitdiff
path: root/tests/test_files
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-29 12:15:41 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-29 12:15:41 +1000
commitede63852249617b71a37887de9969a5022170e5e (patch)
treeebabee7964521503bb0457280075ede6208009bc /tests/test_files
parentdc8b30218018d190bdee3678b14e721148d691ba (diff)
tests: Update tests to support the new json config files.
Diffstat (limited to 'tests/test_files')
-rw-r--r--tests/test_files/test_file17
-rw-r--r--tests/test_files/test_file.json26
2 files changed, 27 insertions, 16 deletions
diff --git a/tests/test_files/test_file b/tests/test_files/test_file
index 30eeeaa..21106fe 100644
--- a/tests/test_files/test_file
+++ b/tests/test_files/test_file
@@ -1,16 +1 @@
-#363442
-#99A3B1
-#C5BDB6
-#98AEC2
-#A8B9C6
-#96C4CF
-#B7C5CC
-#C9CFD0
-#999999
-#99A3B1
-#C5BDB6
-#98AEC2
-#A8B9C6
-#96C4CF
-#B7C5CC
-#C9CFD0
+/home/dylan/Pictures/Wallpapers/1.jpg
diff --git a/tests/test_files/test_file.json b/tests/test_files/test_file.json
new file mode 100644
index 0000000..b92c84e
--- /dev/null
+++ b/tests/test_files/test_file.json
@@ -0,0 +1,26 @@
+{
+ "special": {
+ "background":"#3A5130",
+ "foreground":"#FAF9F5",
+ "cursor":"#FAF9F5"
+ },
+
+ "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"
+ }
+}