diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-08-12 18:42:59 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-08-12 18:42:59 +1000 |
| commit | dffe14180dc89cb53469565bb9f2fcd2407667fc (patch) | |
| tree | 628bcbbff4504abe731af0a519de2c8081a8f6fc | |
| parent | 8be48c07fff889ed085744cc0cf585b6d0b71a89 (diff) | |
version: bump'
| -rw-r--r-- | pywal/settings.py | 2 | ||||
| -rw-r--r-- | pywal/templates/colors.Xresources | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index e200d6e..3839f44 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "0.5.13" +__version__ = "0.6.0" HOME = os.environ["HOME"] diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 33dfd8f..88212b8 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -9,6 +9,7 @@ UXTerm*background: {background} URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} UXTerm*cursorColor: {cursor} +URxvt*borderColor: {background} ! Colors 0-15. *.color0: {color0} |
