diff options
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; } |
