From 43fd674bba3c2a0e1e11487009c26359cfdff9ea Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 10 Oct 2024 22:13:41 -0400 Subject: [PATCH] rofi colors --- wal/templates/colors.rasi | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wal/templates/colors.rasi 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}; +}}