diff options
| author | Dylan Araps <[email protected]> | 2017-06-29 23:07:13 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-29 23:07:13 +1000 |
| commit | c7cd458bfd9fd5767dafb7948dd22ef6774ac9c9 (patch) | |
| tree | 0fd07c4096ee4ca495faecdb2201f76e515da787 /tests/test_files | |
| parent | colors: Figured out what the escape sequences do. (diff) | |
| parent | templates: Add background, foreground and cursor. (diff) | |
| download | pywal-c7cd458bfd9fd5767dafb7948dd22ef6774ac9c9.tar.xz pywal-c7cd458bfd9fd5767dafb7948dd22ef6774ac9c9.zip | |
Merge pull request #18 from dylanaraps/template
colors: Use template files and un-hard-code export formats.
Diffstat (limited to 'tests/test_files')
| -rw-r--r-- | tests/test_files/test_template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_files/test_template b/tests/test_files/test_template new file mode 100644 index 0000000..167e17b --- /dev/null +++ b/tests/test_files/test_template @@ -0,0 +1,2 @@ +test {color0} +test {background} |