summaryrefslogtreecommitdiff
path: root/pywal/templates/colors.css
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-29 22:35:47 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-29 22:35:47 +1000
commit08f396c653e6b3fb738f39d13a9ca5eea0d61f28 (patch)
tree0fd07c4096ee4ca495faecdb2201f76e515da787 /pywal/templates/colors.css
parent0834cd024ba0988c9241ee8b64c38c2e0c6337cb (diff)
templates: Add background, foreground and cursor.
Diffstat (limited to 'pywal/templates/colors.css')
-rw-r--r--pywal/templates/colors.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/pywal/templates/colors.css b/pywal/templates/colors.css
index 439bbad..f55238b 100644
--- a/pywal/templates/colors.css
+++ b/pywal/templates/colors.css
@@ -1,6 +1,9 @@
/* CSS variables
Generated by 'wal' */
:root {{
+ --background: {background};
+ --foreground: {foreground};
+ --cursor: {cursor};
--color0: {color0};
--color1: {color1};
--color2: {color2};