diff options
Diffstat (limited to 'assets/rofi/themes/KooL_style-6.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-6.rasi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/assets/rofi/themes/KooL_style-6.rasi b/assets/rofi/themes/KooL_style-6.rasi index bdc1b12d..369c0854 100644 --- a/assets/rofi/themes/KooL_style-6.rasi +++ b/assets/rofi/themes/KooL_style-6.rasi @@ -121,6 +121,15 @@ listview { border: 0px; } +/* ---- Scrollbar ---- */ +scrollbar { + border: 0px; + border-radius: 10px; + background-color: transparent; + handle-color: @active; + handle-width: 5px ; + padding: 0; +} /* ---- Dummy ---- */ dummy { expand: true; @@ -142,7 +151,7 @@ button { cursor: pointer; } button selected { - background-color: @color11; + background-color: @active; text-color: @text-selected; } |
