From 70278a5113ce99dac4c7dcbe94cec6234e2599e4 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 30 Jul 2025 03:00:06 -0500 Subject: changes - rofi change --- targets/rofi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets') diff --git a/targets/rofi.sh b/targets/rofi.sh index c80419f..49533dd 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -2,10 +2,10 @@ fileout="$HOME/.config/rofi/config.rasi" printf " *{ - background: $(echo $color0)e0; + background: $(echo $background)e0; alternate-normal-background: #00000000; normal-background: #00000000; - selected-normal-background: $(echo $color13)ff; + selected-normal-background: $(echo $color5)ff; foreground: $(echo $color14); selected-normal-foreground: $(echo $color0)ff; separatorcolor: #00000000; -- cgit v1.3