diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-23 09:52:08 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-23 09:52:08 +0900 |
| commit | a056169608ddc60c0e35b0094e1eb32bd46d1aff (patch) | |
| tree | 8bf7e12f902ecaa6c3557e6f4577fce9b74e9322 | |
| parent | fffcdaeaae4004d90f1929aa41a96bfc4d14c5eb (diff) | |
updated rofi-light
| -rw-r--r-- | config/wal/templates/colors-rofi-light.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wal/templates/colors-rofi-light.rasi b/config/wal/templates/colors-rofi-light.rasi index ff592d72..29acccd3 100644 --- a/config/wal/templates/colors-rofi-light.rasi +++ b/config/wal/templates/colors-rofi-light.rasi @@ -21,7 +21,7 @@ selected-urgent-foreground: @foreground; background-color: @background; - background: {foreground}; + background: rgba(255,255,255, 0.7); foreground: {background}; border-color: @background; spacing: 2; |
