diff options
| author | Dylan Araps <[email protected]> | 2017-06-29 22:52:21 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-29 22:52:21 +1000 |
| commit | 27e73e5bba414e30caea0dace5fc5073538359d7 (patch) | |
| tree | d574432dc7a64b50b5e146fec5ff7db526b020f9 /tests/test_files/test_file.json | |
| parent | DOCS: README (diff) | |
| parent | colors: Figured out what the escape sequences do. (diff) | |
| download | pywal-27e73e5bba414e30caea0dace5fc5073538359d7.tar.xz pywal-27e73e5bba414e30caea0dace5fc5073538359d7.zip | |
Merge pull request #16 from dylanaraps/json
colors: Store colors in a json format.
Diffstat (limited to 'tests/test_files/test_file.json')
| -rw-r--r-- | tests/test_files/test_file.json | 26 |
1 files changed, 26 insertions, 0 deletions
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" + } +} |