diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 22:35:47 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 22:35:47 +1000 |
| commit | 08f396c653e6b3fb738f39d13a9ca5eea0d61f28 (patch) | |
| tree | 0fd07c4096ee4ca495faecdb2201f76e515da787 /pywal/templates/colors.css | |
| parent | 0834cd024ba0988c9241ee8b64c38c2e0c6337cb (diff) | |
templates: Add background, foreground and cursor.
Diffstat (limited to 'pywal/templates/colors.css')
| -rw-r--r-- | pywal/templates/colors.css | 3 |
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}; |
