diff options
| author | Dylan Araps <[email protected]> | 2017-07-01 17:22:33 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-01 17:22:33 +1000 |
| commit | 763c834446308333118efe55a84fb22009169fee (patch) | |
| tree | 5c70807a7abe07cb554c5cac952893a19c7b7d31 | |
| parent | wallpaper: Move function around. (diff) | |
| download | pywal-763c834446308333118efe55a84fb22009169fee.tar.xz pywal-763c834446308333118efe55a84fb22009169fee.zip | |
template: Add generic special colors to xrdb.
| -rw-r--r-- | pywal/templates/colors.Xresources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index baeddf0..1f1f60c 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -7,6 +7,11 @@ XTerm*background: {background} URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} +! Generic special colors. +*foreground: {foreground} +*background: {background} +*cursorColor: {cursor} + *.color0: {color0} *color0: {color0} *.color1: {color1} |