diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 17:28:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 17:28:00 +0900 |
| commit | a0c86660e824cbfe7b9b5f6ddafb2e33a3c676b9 (patch) | |
| tree | b7cf32d5a2fe5bb0e5b3efecfbbb676ac278c5aa /config | |
| parent | 5cdd289b1903068b4e0d0687f02df6792eed43ba (diff) | |
updated config.rasi rofi
Diffstat (limited to 'config')
| -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; |
