diff options
Diffstat (limited to 'config/rofi/themes/KooL_style-8.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-8.rasi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/rofi/themes/KooL_style-8.rasi b/config/rofi/themes/KooL_style-8.rasi index e983f470..516d4d22 100644 --- a/config/rofi/themes/KooL_style-8.rasi +++ b/config/rofi/themes/KooL_style-8.rasi @@ -123,7 +123,7 @@ mode-switcher { orientation: horizontal; width: 2em; enabled: true; - padding: 1em; + padding: 0.7em; spacing: 1em; background-color: transparent; } @@ -133,6 +133,7 @@ button { border-radius: 2em; background-color: @background; text-color: @foreground; + padding: 0.4em; } button selected { @@ -153,7 +154,7 @@ scrollbar { element { enabled: true; spacing: 0em; - padding: 0.5em; + padding: 0.8em; cursor: pointer; background-color: transparent; text-color: @foreground; |
