From d09899e15c32be3d1755b6222cdae4919735d2fd Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 8 Apr 2025 22:31:33 +0900 Subject: [PATCH] Adjust Placeholder color --- .../Resources/CustomControlTemplate.xaml | 25 +++++++++++-------- Flow.Launcher/Resources/Dark.xaml | 1 + Flow.Launcher/Resources/Light.xaml | 3 +++ 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index d78829471..ffa5eea41 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -2777,7 +2777,7 @@ - + @@ -3587,7 +3587,7 @@ - + - + - + diff --git a/Flow.Launcher/Resources/Dark.xaml b/Flow.Launcher/Resources/Dark.xaml index e8629a981..498e96bff 100644 --- a/Flow.Launcher/Resources/Dark.xaml +++ b/Flow.Launcher/Resources/Dark.xaml @@ -106,6 +106,7 @@ #f5f5f5 #464646 #ffffff + #272727 diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml index aa6da9fb2..0f1e98a6b 100644 --- a/Flow.Launcher/Resources/Light.xaml +++ b/Flow.Launcher/Resources/Light.xaml @@ -97,8 +97,11 @@ #f5f5f5 #878787 #1b1b1b + #f6f6f6 + +