diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 01:26:36 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 01:26:36 +0900 |
| commit | 558faeeebd7ebb7c383f23ecd2b643f88ef8d551 (patch) | |
| tree | 985c70ef7b43335ba2ef9e4dc288f616010ddb22 /assets/rofi/themes/KooL_style-12-TOP-Docu.rasi | |
| parent | e0726288bcd969c459fec7d3b96d371ffefb4f72 (diff) | |
yeah this should be ok
Diffstat (limited to 'assets/rofi/themes/KooL_style-12-TOP-Docu.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-12-TOP-Docu.rasi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/rofi/themes/KooL_style-12-TOP-Docu.rasi b/assets/rofi/themes/KooL_style-12-TOP-Docu.rasi index 85cabae6..55fbb0b7 100644 --- a/assets/rofi/themes/KooL_style-12-TOP-Docu.rasi +++ b/assets/rofi/themes/KooL_style-12-TOP-Docu.rasi @@ -128,6 +128,15 @@ element-text { cursor: inherit; } +/* ---- Scrollbar ---- */ +scrollbar { + border-radius: 10px; + background-color: transparent; + handle-color: darkgrey; + handle-width: 5px ; + padding: 0; +} + /* ---- Message ---- */ message { background-color: transparent; |
