Commit Graph

203 Commits

Author SHA1 Message Date
c7cd458bfd Merge pull request #18 from dylanaraps/template
colors: Use template files and un-hard-code export formats.
2017-06-29 23:07:13 +10:00
08f396c653 templates: Add background, foreground and cursor. 2017-06-29 22:35:47 +10:00
0834cd024b general: Remove duplicate code. 2017-06-29 20:05:11 +10:00
d9a22726cb template: Don't make dir a constant. 2017-06-29 19:56:09 +10:00
5e5908a013 export: Make function more general for the test. 2017-06-29 19:52:43 +10:00
4ec8c16d0a general: comments. 2017-06-29 18:56:56 +10:00
ad9f62e9b8 general: Added back printing of export. 2017-06-29 18:55:41 +10:00
1541af9052 colors: Convert colors to rgb for putty. 2017-06-29 18:52:44 +10:00
e92bce4fe9 template: Add initial putty template. 2017-06-29 18:12:41 +10:00
35920c7164 templates: Added template for x colors. 2017-06-29 17:44:05 +10:00
72b0a22303 templates: Added template for x colors. 2017-06-29 17:42:59 +10:00
6d560f68d3 templates: Added templates for scss and sh. 2017-06-29 17:33:49 +10:00
c0ee7985f3 colors: Use templates. 2017-06-29 17:25:16 +10:00
3283d38e07 colors: Figured out what the escape sequences do. 2017-06-29 12:33:01 +10:00
a56d0facff tests: Update tests to support the new json config files. 2017-06-29 12:25:59 +10:00
ede6385224 tests: Update tests to support the new json config files. 2017-06-29 12:15:41 +10:00
dc8b302180 General: comment. 2017-06-29 11:56:36 +10:00
3b6475be1a colors: Use json for all wal generated colors. 2017-06-29 11:54:04 +10:00
8a908de48c colors: Store generated colors in a dict to later export to json. 2017-06-29 11:37:27 +10:00
950400ef7d colors: Add json support to exported files. 2017-06-29 11:16:15 +10:00
1734129dea colors: Add support for importing colors in a json format. 2017-06-29 10:54:42 +10:00
06d726a66c DOCS: README 2017-06-28 22:51:22 +10:00
559ded2dad Merge pull request #14 from opatut/load-colorscheme-from-file
Add -f flag to read colorscheme from file
2017-06-28 22:53:41 +10:00
76ec7f6cdc main: add -f flag to read colorscheme from file 2017-06-28 14:35:28 +02:00
a249f2083b General: Better solution to bug. 0.2.6 2017-06-28 20:38:11 +10:00
153a7f92d2 General: Fix wallpaper bug 2017-06-28 20:28:16 +10:00
c067948d59 version: bump 2017-06-28 20:22:21 +10:00
c00df332aa General: Fix bug when shuffling in a directory with only one image. 2017-06-28 20:21:22 +10:00
3121a1a5c8 DOCS: CONTRIBUTING 2017-06-27 21:54:47 +10:00
d82de89d36 General: Fix test. 2017-06-27 21:28:12 +10:00
b5c27de8b5 image: Use os.scandir to find images. 2017-06-27 21:07:19 +10:00
bb81f1a43d tests: Remove unused line. 2017-06-27 18:18:17 +10:00
1ede83a018 General: Rename file to match others. 2017-06-27 18:16:54 +10:00
c2942fd431 version: Release 0.2.5 0.2.5 2017-06-27 17:54:08 +10:00
ea160a42de Merge pull request #11 from dylanaraps/tests
Tests: Start writing tests.
2017-06-27 17:57:14 +10:00
7c3676c809 tests: Fix comment. 2017-06-27 17:46:55 +10:00
79346ca941 travis: Install imagemagick. 2017-06-27 17:44:29 +10:00
2cee85a15e tests: Add a real image file. 2017-06-27 17:43:14 +10:00
dbba94976c tests: Move test files to other directory. 2017-06-27 17:34:34 +10:00
9e2fb01222 tests: Added gen_colors test. 2017-06-27 17:30:31 +10:00
790ab71c50 tests: Added set_colors tests. 2017-06-27 17:24:27 +10:00
081bb9066b tests: Added format_colors test. 2017-06-27 17:14:47 +10:00
10c7099a27 tests: Fix comments 2017-06-27 17:02:42 +10:00
ce2d85d5d6 tests: Integrate tests with travis 2017-06-27 11:55:08 +10:00
bae528e856 tests: Integrate tests with setup.pu 2017-06-27 11:53:40 +10:00
9d9b24e415 General: Add initial test. 2017-06-27 11:41:04 +10:00
277c27c98a General: Remove find_packages 0.2.4 2017-06-27 10:43:23 +10:00
b8f1e73e11 General: Fix pywal error. 0.2.3 2017-06-27 10:33:30 +10:00
ae769c2401 Release: 0.2.1 0.2.2 2017-06-27 10:03:00 +10:00
2a990b2afa Merge pull request #10 from danielx/setup-fix
General: fix console_script entry_point. Closes #9
2017-06-27 10:05:46 +10:00