Pywal Versions Save

🎨 Generate and change color-schemes on the fly.

3.3.0

5 years ago
  • Fixed issue with garbage printed to terminals. Use --vte with each wal invocation.
  • Fixed URxvt borders not respecting background opacity. @rstacruz
  • Fixed rofi templates. @14rcole
  • Removed oomox support. No one was maintaining it. Use wpgtk
  • Added template for waybar. @surrealpie
  • Added template for speedcrunch . @lasers
  • Added template for xmonad. @sraysmith
  • Added template for dmenu. @Khoyo
  • Added environment variable PYWAL_CACHE_DIR to change cache dir.
  • Added rgba support to template files.

3.2.1

5 years ago
  • fix urxvt bg.
  • tweak colors.

3.2.0

5 years ago
  • alpha: fixed transparency issue in urxvt.
  • args: -c now exits.
  • args: show usage when no args passed.
  • args: added --palette to view current colors. @D-Vaillant
  • args: -o can now be repeated.
  • colors: simplified colorz.
  • general: added support for kitty terminal. @vxid
  • general: fix quiet mode with cached color-schemes.
  • general: fixed major macOS bug.
  • theme: removed broken theme file.
  • theme: fixed issues with putty. @tadly
  • reload: fixed reload bug.
  • reload: only restart programs if they're running.
  • sequences: removed vte hack.
  • sequences: cursor color is now changed in st.
  • wallpaper: added support for awesome wm. @vesiv

3.1.0

5 years ago
  • Added --saturate to change color saturation.
    • Takes a float as its value: 0.0 to 1.0.
  • Added vim output file.
  • Fixed LS_COLORS issue.
  • Fixed issues in iTerm2 on macOS.
  • Fixed hang caused by imagemagick.
  • Fixed issue with -i and transparency.

3.0.1

5 years ago
  • Added Tempus themes.
  • Added LS_COLORS to colors.sh to fix color issues.
  • Compressed all theme files.
  • Don’t print directory of image used.
  • Fixed alpha value not persisting with wal -R.
  • Fixed vim-airline theme when used with light color-schemes.

3.0.0

6 years ago

Pywal now has 250 included themes! If there are any other themes you'd like to see added. Open an issue.

  • Added all of @dkeg's themes.
  • Added all themes from terminal.sexy
  • Themes are now split between light and dark.
    • Local themes now need to be put into ~/.config/wal/colorschemes/{light,dark}.
  • Added unity wallpaper support.

2.1.0

6 years ago
  • Added all base16 themes to pywal. @metalelf0
  • Added --iterative to iterate over a directory in order (instead of random).
  • Fix minor theme issue in rofi. @esp10mm
  • Fix some conflicting arguments.
  • Fixed bug causing nested directory structure.
  • Fixed bug where the configuration directory wouldn't be created early enough.
  • Fixed missing color in st cache file. @jameh
  • Limit color palette width in output.
  • Removed -nocpp from xrdb call.

2.0.5

6 years ago
  • Fixed crash when using --theme on Python 3.5.

2.0.4

6 years ago
  • Fixed cursor color
  • Made output prettier

2.0.3

6 years ago
  • args: Fixed bug where --backend wouldn't work.