diff options
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh index 4b723a0..c80419f 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -1,11 +1,17 @@ fileout="$HOME/.config/rofi/config.rasi" -printf "@theme \"Arc-Dark\" +printf " *{ - background: $(echo $background)80; - alternate-normal-background: $(echo $background)60; - normal-background: $(echo $background)80; - foreground: #F0C3F0; - border-color: $(echo $color13)80; - selected-normal-background: $(echo $color13)80; + background: $(echo $color0)e0; + alternate-normal-background: #00000000; + normal-background: #00000000; + selected-normal-background: $(echo $color13)ff; + foreground: $(echo $color14); + selected-normal-foreground: $(echo $color0)ff; + separatorcolor: #00000000; + spacing: 2; +} + +window { + border: 0; }" > "$fileout" |
