diff options
Diffstat (limited to 'config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi index d0501a27..5fb434c1 100644 --- a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi @@ -187,12 +187,14 @@ element-text selected, element selected.selected { background-color: white/50%; text-color: @foreground; + border-radius: 20px; + padding: 20px; } element-icon { background-color: transparent; text-color: inherit; - size: 72px; + size: 7%; cursor: inherit; } element-text { @@ -202,6 +204,7 @@ element-text { cursor: inherit; vertical-align: 0.5; horizontal-align: 0.5; + padding: 30px; } /*****----- Message -----*****/ |
