diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-08-12 12:05:39 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-08-12 12:05:47 +1000 |
| commit | 2da36f38ac9bc15949a307758d937bf634ff2bd3 (patch) | |
| tree | 1f289bc6894b82054fd5beb999d6ea3b56e3ebbb | |
| parent | d9a0865277dfdfe7951b9b429d5af1f2be27d66c (diff) | |
colors: Send UXTerm colors to X resources. Closes #81
| -rw-r--r-- | pywal/templates/colors.Xresources | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index 777fbba..33dfd8f 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,11 +1,14 @@ ! X colors. ! Generated by 'wal' -URxvt*foreground: {foreground} -XTerm*foreground: {foreground} -URxvt*background: {background.alpha} -XTerm*background: {background} -URxvt*cursorColor: {cursor} -XTerm*cursorColor: {cursor} +URxvt*foreground: {foreground} +XTerm*foreground: {foreground} +UXTerm*foreground: {foreground} +URxvt*background: {background.alpha} +XTerm*background: {background} +UXTerm*background: {background} +URxvt*cursorColor: {cursor} +XTerm*cursorColor: {cursor} +UXTerm*cursorColor: {cursor} ! Colors 0-15. *.color0: {color0} |
