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-2-Light.rasi | |
| parent | 9f59d3374c9284111aeef165eb83875edfc660e6 (diff) | |
Updated New rofi themes
Diffstat (limited to 'assets/rofi/themes/KooL_style-2-Light.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-2-Light.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi index 3cd9266d..74eb8e32 100644 --- a/assets/rofi/themes/KooL_style-2-Light.rasi +++ b/assets/rofi/themes/KooL_style-2-Light.rasi @@ -41,7 +41,7 @@ window { padding: 0px; border-radius: 12px; cursor: "default"; - background-color: transparent; + background-color: inherit; } /*****----- Main Box -----*****/ @@ -60,7 +60,7 @@ inputbar { enabled: true; spacing: 0px; margin: 0px; - padding: 0px 0px 10px 0px; + padding: 0px 10px 10px 0px; border: 0px 0px 2px 0px; border-radius: 0px; border-color: gray/20%; @@ -70,7 +70,7 @@ inputbar { entry { enabled: true; - background-color: transparent; + background-color: inherit; text-color: black; cursor: text; placeholder: "Type to search"; |
