From 5dac0fe1ae5a7b26aa3f66858d7e41c0d1cb2d85 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Feb 2025 00:54:22 +0900 Subject: the usual tweak.. never ending --- config/rofi/themes/KooL_style-12-TOP-Docu.rasi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config/rofi/themes/KooL_style-12-TOP-Docu.rasi') 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; } -- cgit v1.2.3