aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/rofi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh
index 49533dd..4ed7ff0 100755
--- a/targets/rofi.sh
+++ b/targets/rofi.sh
@@ -2,7 +2,7 @@ fileout="$HOME/.config/rofi/config.rasi"
printf "
*{
- background: $(echo $background)e0;
+ background: $(echo $color0)e0;
alternate-normal-background: #00000000;
normal-background: #00000000;
selected-normal-background: $(echo $color5)ff;