diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 00:54:22 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-21 00:54:22 +0900 |
| commit | 5dac0fe1ae5a7b26aa3f66858d7e41c0d1cb2d85 (patch) | |
| tree | 01ef518a5ea7a25fbb7c1620857dfa23aadb7b31 /config/rofi/themes/KooL_style-12-TOP-Docu.rasi | |
| parent | 080904cfa60eae95884d9d5a233078929afb03eb (diff) | |
the usual tweak.. never ending
Diffstat (limited to 'config/rofi/themes/KooL_style-12-TOP-Docu.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-12-TOP-Docu.rasi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi index b0b827ec..77d0754e 100644 --- a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi +++ b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi @@ -32,7 +32,7 @@ entry { border: 2px 0px; border-color: darkgrey; background-color: grey; - padding: 4px; + padding: 12px; placeholder: "🔎 Search"; placeholder-color: darkgrey; cursor: text; @@ -82,6 +82,7 @@ icon-keyboard { window { anchor: north; location: north; + y-offset: 10px; width: 100%; background-color: black / 50%; padding: 0.5em; @@ -109,13 +110,14 @@ element { border-color: darkgrey; background-color: grey; cursor: pointer; - padding: 2px; + padding: 20px; } element-text selected, element selected { - background-color: white/30%; - text-color: black; + background-color: inherit; + text-color: inherit; + padding: 20px; } |
