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-5.rasi | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'assets/rofi/themes/KooL_style-5.rasi') diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi index 135c6ba0..8609dcaf 100644 --- a/assets/rofi/themes/KooL_style-5.rasi +++ b/assets/rofi/themes/KooL_style-5.rasi @@ -144,7 +144,7 @@ button { } button selected { - background-color: @color12; + background-color: @selected; text-color: @foreground; border: 1px; border-color: transparent; @@ -170,6 +170,16 @@ listview { border: 0px; } +/* ---- Scrollbar ---- */ +scrollbar { + border: 0px; + border-radius: 10px; + background-color: transparent; + handle-color: @active; + handle-width: 5px ; + padding: 0; +} + /* ---- Element ---- */ element { enabled: true; @@ -197,7 +207,7 @@ element normal.active { } element selected.normal { - background-color: @color11; + background-color: @active; text-color: inherit; } -- cgit v1.2.3