From 558faeeebd7ebb7c383f23ecd2b643f88ef8d551 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Feb 2025 01:26:36 +0900 Subject: yeah this should be ok --- assets/rofi/themes/KooL_style-10-Fancy.rasi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'assets/rofi/themes/KooL_style-10-Fancy.rasi') diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi index f5dc79e4..b503f549 100644 --- a/assets/rofi/themes/KooL_style-10-Fancy.rasi +++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi @@ -220,11 +220,14 @@ element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } +/* ---- Scrollbar ---- */ scrollbar { - width: 4px ; - border: 0; - handle-width: 8px ; - padding: 0; + border: 1px; + border-radius: 10px; + background-color: @selected-normal-background; + handle-color: @separatorcolor; + handle-width: 5px ; + padding: 0; } sidebar { border: 2px 0px 0px ; -- cgit v1.2.3