aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-01 17:22:33 +1000
committerDylan Araps <[email protected]>2017-07-01 17:22:33 +1000
commit763c834446308333118efe55a84fb22009169fee (patch)
tree5c70807a7abe07cb554c5cac952893a19c7b7d31
parentwallpaper: Move function around. (diff)
downloadpywal-763c834446308333118efe55a84fb22009169fee.tar.xz
pywal-763c834446308333118efe55a84fb22009169fee.zip
template: Add generic special colors to xrdb.
-rw-r--r--pywal/templates/colors.Xresources5
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}