diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 19:58:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 19:58:41 +0900 |
| commit | 080904cfa60eae95884d9d5a233078929afb03eb (patch) | |
| tree | 7422e0dc4d5a99bda36ac1571f0f896880c46943 /config/rofi/themes/KooL_style-2-Light.rasi | |
| parent | 92ffd993b08d937ca557e38f0f4642a418ff6281 (diff) | |
rofi tweaks. added some vertical styles for waybar
Diffstat (limited to 'config/rofi/themes/KooL_style-2-Light.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-2-Light.rasi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/rofi/themes/KooL_style-2-Light.rasi b/config/rofi/themes/KooL_style-2-Light.rasi index e561cb6a..9b9280ce 100644 --- a/config/rofi/themes/KooL_style-2-Light.rasi +++ b/config/rofi/themes/KooL_style-2-Light.rasi @@ -98,7 +98,7 @@ listview { spacing: 40px; margin: 0px; - padding: 20px 0px 0px 0px; + padding: 0px; border: 0px solid; background-color: transparent; cursor: "default"; @@ -128,17 +128,18 @@ element { cursor: pointer; } element normal.active { - background-color: #67FF80; + background-color: #67FF80; text-color: black; } element-text selected, element selected.normal { - background-color: #FDD66F; + background-color: #FDD66F; text-color: black; } + element selected.active { - background-color: #FF7F7C; + background-color: #FF7F7C; text-color: black; } element-icon { @@ -186,7 +187,7 @@ error-message { } textbox { padding: 10px; - background-color: #719DF9; + background-color: #719DF9; text-color: inherit; vertical-align: 0.5; horizontal-align: 0.5; |
