added default-theme

This commit is contained in:
2025-06-02 17:05:52 -05:00
parent ddf0934368
commit c7adb1adc9
7 changed files with 160 additions and 29 deletions

View File

@@ -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"