diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 00:54:00 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-12 00:54:00 +0900 |
| commit | 34ec8fe040c036b4c6f5d426a7bad66ebddfc8f2 (patch) | |
| tree | 975cf8c929733e257cb993d2915e315d601208db /assets/rofi/themes/KooL_style-4.rasi | |
| parent | 9f59d3374c9284111aeef165eb83875edfc660e6 (diff) | |
Updated New rofi themes
Diffstat (limited to 'assets/rofi/themes/KooL_style-4.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-4.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/rofi/themes/KooL_style-4.rasi b/assets/rofi/themes/KooL_style-4.rasi index fb25db61..7f4f0d4e 100644 --- a/assets/rofi/themes/KooL_style-4.rasi +++ b/assets/rofi/themes/KooL_style-4.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ - +/* KooL Hyprland Rofi Style 4 */ /* credit: https://github.com/adi1090x/rofi */ /*****----- Configuration -----*****/ @@ -89,7 +89,7 @@ mainbox { border: 0px solid; border-radius: 0px 0px 0px 0px; border-color: @border-color; - background-color: transparent; + background-color: inherit; children: [ "inputbar", "message", "custombox" ]; } @@ -132,7 +132,7 @@ textbox-prompt-colon { entry { enabled: true; padding: 5px 0px; - background-color: inherit; + background-color: @alternate-background; text-color: @foreground; cursor: text; placeholder: "Search..."; |
