diff options
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 4 |
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; |
