From a0c86660e824cbfe7b9b5f6ddafb2e33a3c676b9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 May 2024 17:28:00 +0900 Subject: updated config.rasi rofi --- config/rofi/config.rasi | 2 +- config/rofi/resolution/1080p/config.rasi | 2 +- 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; -- cgit v1.2.3