diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 21:42:30 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 21:42:30 +1000 |
| commit | 0ccc55ffdd2aeb824b077a3b7c2d273a904edeeb (patch) | |
| tree | 07ffc1967e300fe3bb39a5fada17bb0abf2ae838 /tests/test_files | |
| parent | 06d993bc069ccc3cefeecb2f75f3f64bf8175e22 (diff) | |
tests: Test json file with no wallpaper.
Diffstat (limited to 'tests/test_files')
| -rw-r--r-- | tests/test_files/test_file2.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/test_files/test_file2.json b/tests/test_files/test_file2.json new file mode 100644 index 0000000..29fbb6a --- /dev/null +++ b/tests/test_files/test_file2.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#1F211E", + "foreground": "#F5F1F4", + "cursor": "#F5F1F4" + }, + "colors": { + "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" + } +} |
