diff options
| author | kkard2 <[email protected]> | 2026-05-31 12:53:17 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2026-05-31 12:53:17 +0200 |
| commit | e7a86356532694f925904659eee85910395f79b4 (patch) | |
| tree | c1f94b8662c87482196e64ee458cd09abfdd127b /_linux/rofi | |
| parent | ebdc9dba78e952ccc39e18833aa851048a6d8816 (diff) | |
Diffstat (limited to '_linux/rofi')
| -rw-r--r-- | _linux/rofi/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_linux/rofi/config.rasi b/_linux/rofi/config.rasi index 9ef66f1..92e6b8f 100644 --- a/_linux/rofi/config.rasi +++ b/_linux/rofi/config.rasi @@ -174,10 +174,10 @@ configuration { normal-foreground: #fce8c3; normal-background: rgba(0, 0, 0, 0%); alternate-normal-background: rgba(0, 0, 0, 0%); - border-color: rgba(255, 0, 255, 100%); - selected-normal-background: rgba(255, 0, 255, 100%); + border-color: #e18942; + selected-normal-background: #e18942; selected-normal-foreground: black; - separator-color: rgba(0, 0, 0, 0%); + separator-color: #e18942; } window { |
