diff --git a/wal/templates/colors-rofi-pywal.rasi b/wal/templates/colors-rofi-pywal.rasi deleted file mode 100644 index 0a139ea..0000000 --- a/wal/templates/colors-rofi-pywal.rasi +++ /dev/null @@ -1,22 +0,0 @@ -* {{ - current-image: "{wallpaper}"; - background: {background}; - foreground: {foreground}; - 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}; -}} - 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}; +}}