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-11-Win11-list-light.rasi | |
| parent | 080904cfa60eae95884d9d5a233078929afb03eb (diff) | |
the usual tweak.. never ending
Diffstat (limited to 'config/rofi/themes/KooL_style-11-Win11-list-light.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-11-Win11-list-light.rasi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi index 07caab06..8ad7504a 100644 --- a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi +++ b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi @@ -117,6 +117,8 @@ element-text selected, element selected normal { background-color: @bg0; text-color: @accent; + padding: 20px; + border-radius: 12px; } element selected urgent { @@ -149,6 +151,6 @@ error-message { textbox { padding : 10px; text-color : @fg0; - vertical-align : 0.5; + vertical-align : 0.5; horizontal-align : 0.5; } |
