diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
| commit | b30bdee65e901652c4072253a3d0d85c39c5f2e2 (patch) | |
| tree | 51caa6cc06a649bdab7f06eee07b9567b155c804 /config/rofi/config-long.rasi | |
| parent | ae345f12e6252be0cbb821f097ac4cbe66ca8a5f (diff) | |
Changes made:
updated rofi themes for better pywal
Dropped Catppuccin themes for pywal colors for Hyprland Settings
updated copy.sh script to add user in input group and update home directories
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 8d5391fc..89116423 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -66,7 +66,7 @@ listbox { border-radius: 10px; border: 1px; border-color: @active-background; - background-color: @background90; + background-color: @background; } /* ---- Inputbar ---- */ @@ -77,7 +77,7 @@ inputbar { padding: 14px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; |
