diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:22:29 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:22:29 -0500 |
| commit | 06662cbe00e83e2100e5b50d30c34c5a1be86df3 (patch) | |
| tree | 86dd485fa2fa1e55274b7629ba1bb33a2c9beafd | |
| parent | c5c3a82383fc6f59d73f5284b2fcfa250d5e78ed (diff) | |
Found more places where colors predefined
| -rw-r--r-- | config/rofi/themes/KooL_style-7.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index 37172b33..c66d9be1 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -153,8 +153,8 @@ element normal.normal { element-text selected, element selected.normal { border-radius: 30px; - background-color: @color11; - text-color: @foreground; + background-color: @selected; + text-color: @background; } element-icon { padding: 0px; |
