summaryrefslogtreecommitdiff
path: root/pywal/colors.py
AgeCommit message (Expand)Author
2018-02-03colors: Add light theme support.Dylan Araps
2018-02-03general: Allow both light and dark themes.Dylan Araps
2018-02-02colors: Add light theme support.Dylan Araps
2018-02-02colors: Add light theme support.Dylan Araps
2018-02-01config: Versioned scheme files.Dylan Araps
2018-01-31colors: Fix empty key. Closes #164Dylan Araps
2018-01-17tests: Update tests.Dylan Araps
2018-01-17alpha: Store alpha value in scheme file. Fixes #120Dylan Araps
2018-01-07colors: better sort and better white by blending.Dylan Araps
2018-01-02misc: changeDylan Araps
2018-01-02misc: changes.Dylan Araps
2018-01-02colors: cleanupDylan Araps
2018-01-02general: Add pylintrc.Dylan Araps
2018-01-02colors: CleanupDylan Araps
2018-01-01colors: update error message.Dylan Araps
2018-01-01colors: Fix test.Dylan Araps
2018-01-01colors: More readable loopDylan Araps
2018-01-01colors: Only check for imagemagick once.Dylan Araps
2017-12-28colors: Improve contrast and brightness.Dylan Araps
2017-12-28colors: Improve background contrast.Dylan Araps
2017-09-24Use run instead of popen so that things are closed correctlyMatthew Leonberger
2017-08-25colors: Remove unused import.Dylan Araps
2017-08-25colors: Don't hardcode command to WindowsDylan Araps
2017-08-25general: Fix linux specific pathDylan Araps
2017-08-25colors: Use separate command on WindowsDylan Araps
2017-08-25OS: Added support for WindowsDylan Araps
2017-08-12colors: Fix cache file name.Dylan Araps
2017-08-10general: Remove need for OrderedDictDylan Araps
2017-08-10general: Remove all pathlib usageDylan Araps
2017-08-10colors: Use an ordered dict to store the colors.Dylan Araps
2017-08-09general: Make pywal compatible with python 3.5Dylan Araps
2017-08-02colors: fix printDylan Araps
2017-08-02colors: Create comment color based on bg.Dylan Araps
2017-07-31colors: Fix bug with brighter backgroundsDylan Araps
2017-07-28general: Use sys.exit everywhere.Dylan Araps
2017-07-28colors: Don't overdarkenDylan Araps
2017-07-28colors: Darken bg if contrast is too low.Dylan Araps
2017-07-24general: Rename constantsDylan Araps
2017-07-23tests: Add .coveragercDylan Araps
2017-07-23tests: Exclude convert checkDylan Araps
2017-07-23optimization: Speed up image processing by 5-6x resizing images before grabbi...Dylan Araps
2017-07-23api: Added function to load colors from file.Dylan Araps
2017-07-22api: Remove wal.pyDylan Araps