From 21150560c5762a4f6f446e74f2020f61d9ba4221 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 24 Jul 2025 08:15:52 -0400 Subject: the great colorscheme migration --- wallust/templates/colors_rofi.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wallust/templates/colors_rofi.rasi (limited to 'wallust/templates/colors_rofi.rasi') diff --git a/wallust/templates/colors_rofi.rasi b/wallust/templates/colors_rofi.rasi new file mode 100644 index 0000000..2eb00be --- /dev/null +++ b/wallust/templates/colors_rofi.rasi @@ -0,0 +1,10 @@ +* { + bg-col: {{background}}; + bg-col-light: {{background}}; + border-col: {{background}}; + selected-col: {{background}}; + blue: {{color12}}; + fg-col: {{foreground}}; + fg-col2: {{color13}}; + grey: {{color0}}; +} -- cgit v1.3