diff --git a/pywal/templates/colors.css b/pywal/templates/colors.css index f348e63..902f35b 100644 --- a/pywal/templates/colors.css +++ b/pywal/templates/colors.css @@ -2,6 +2,7 @@ Generated by 'wal' */ :root {{ --wallpaper: url("{wallpaper}"); + --font: "{font}"; /* Special */ --background: {background}; diff --git a/pywal/templates/colors.scss b/pywal/templates/colors.scss index 001be1f..1e08ab0 100644 --- a/pywal/templates/colors.scss +++ b/pywal/templates/colors.scss @@ -1,6 +1,7 @@ // SCSS Variables // Generated by 'wal' $wallpaper: "{wallpaper}"; +$font: "{font}"; // Special $background: {background}; diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh index 19b31c7..696da07 100644 --- a/pywal/templates/colors.sh +++ b/pywal/templates/colors.sh @@ -1,6 +1,7 @@ # Shell variables # Generated by 'wal' wallpaper='{wallpaper}' +font='{font}' # Special background='{background}' diff --git a/pywal/templates/colors.yml b/pywal/templates/colors.yml index 3a9d76d..c439303 100644 --- a/pywal/templates/colors.yml +++ b/pywal/templates/colors.yml @@ -1,4 +1,5 @@ wallpaper: "{wallpaper}" +font: "{font}" special: background: "{background}"