summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuildTools <protegegod@gmail.com>2019-07-14 13:01:53 +0200
committerBuildTools <protegegod@gmail.com>2019-07-14 13:02:41 +0200
commit33aa30925b40cb074315d799fb38b1d3edcbd23e (patch)
tree2b3ad312154fa3607d0d5c46e9311fb39512c2e7
parent591cc31b49e33f269828f78307529463b8ead4cd (diff)
Added a stylus template
-rw-r--r--pywal/templates/colors.styl24
1 files changed, 24 insertions, 0 deletions
diff --git a/pywal/templates/colors.styl b/pywal/templates/colors.styl
new file mode 100644
index 0000000..b805669
--- /dev/null
+++ b/pywal/templates/colors.styl
@@ -0,0 +1,24 @@
+// Stylus Variables
+// Generated by 'wal'
+$wallpaper = "{wallpaper}"
+
+$background = {background}
+$foregroud = {foreground}
+$cursor = {cursor}
+
+$color0 = {color0}
+$color1 = {color1}
+$color2 = {color2}
+$color3 = {color3}
+$color4 = {color4}
+$color5 = {color5}
+$color6 = {color6}
+$color7 = {color7}
+$color8 = {color8}
+$color9 = {color9}
+$color10 = {color10}
+$color11 = {color11}
+$color12 = {color12}
+$color13 = {color13}
+$color14 = {color14}
+$color15 = {color15}