diff options
| -rw-r--r-- | config/rofi/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index a2866102..47782dab 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: inherit; + text-color: @text-selected; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 18c057fc..a77b0570 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: inherit; + text-color: @text-selected; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index a2866102..47782dab 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: inherit; + text-color: @text-selected; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; |
