aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-30 03:00:06 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-30 03:00:06 -0500
commit70278a5113ce99dac4c7dcbe94cec6234e2599e4 (patch)
tree7cb809ea0067d77508bd2214027b2d3b29468eac /targets
parentf7ce5d9af566cd1f1384cc1b019909a68cdd68c0 (diff)
changes
- rofi change
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/rofi.sh4
1 files changed, 2 insertions, 2 deletions
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;