diff --git a/wal/templates/colors.rasi b/wal/templates/colors.rasi new file mode 100644 index 0000000..ce0cf62 --- /dev/null +++ b/wal/templates/colors.rasi @@ -0,0 +1,8 @@ +* {{ + background: {background}; + background-alt: {background}; + foreground: {foreground}; + selected: {color1}; + active: {color2}; + urgent: {color3}; +}}