aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-02 17:05:52 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-02 17:05:52 -0500
commitc7adb1adc9b5334ffa34868de96ebfc008372b0d (patch)
tree90cda6e06ef0dc24231e3ab6ca39fbeb7d855798 /targets
parentddf09343687a7031baa78473b1824d20594a2437 (diff)
added default-theme
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/rofi.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh
index e523e63..4b723a0 100755
--- a/targets/rofi.sh
+++ b/targets/rofi.sh
@@ -2,10 +2,10 @@ fileout="$HOME/.config/rofi/config.rasi"
printf "@theme \"Arc-Dark\"
*{
- background: $(echo $background)60;
- alternate-normal-background: $(echo $background)40;
- normal-background: $(echo $background)60;
+ background: $(echo $background)80;
+ alternate-normal-background: $(echo $background)60;
+ normal-background: $(echo $background)80;
foreground: #F0C3F0;
- border-color: $(echo $color13)60;
- selected-normal-background: $(echo $color13)60;
+ border-color: $(echo $color13)80;
+ selected-normal-background: $(echo $color13)80;
}" > "$fileout"