Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Added a stylus template
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 14, 2019
1 parent 591cc31 commit 33aa309
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pywal/templates/colors.styl
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 33aa309

Please sign in to comment.