summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-01 17:22:33 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-01 17:22:33 +1000
commit763c834446308333118efe55a84fb22009169fee (patch)
tree5c70807a7abe07cb554c5cac952893a19c7b7d31
parent20adf692a019da1be01c203764bf287830c93395 (diff)
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}