From fea825b6c37e0be54478159d0fbac90697b7b83f Mon Sep 17 00:00:00 2001 From: benjamin wil Date: Sat, 12 Dec 2020 14:32:51 -0800 Subject: [PATCH] Add placeholderTextColor This theme, especially the dark variant, did not handle text input placeholders very well. For example, if you open the DuckDuckGo action to do a web search, but had not typed any text into the input yet, you'd barely be able to see the "DuckDuckGo" input placeholder text because it was so dark against the LaunchBar background. This just explicitly styles that placeholder text. --- Bijou Dark.lbtheme/Contents/Resources/Properties.plist | 4 ++++ Bijou Light.lbtheme/Contents/Resources/Properties.plist | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Bijou Dark.lbtheme/Contents/Resources/Properties.plist b/Bijou Dark.lbtheme/Contents/Resources/Properties.plist index 0d8542f..20e36e0 100755 --- a/Bijou Dark.lbtheme/Contents/Resources/Properties.plist +++ b/Bijou Dark.lbtheme/Contents/Resources/Properties.plist @@ -8,6 +8,8 @@ lightSystemFont defaultTextColor whiteColor + placeholderTextColor + lightGrayColor defaultTextShadowColor clearColor inputAreaAbbreviationTextColor @@ -188,6 +190,8 @@ @defaultFontName textInputFontSize 13 + textInputPlaceholderTextColor + @placeholderTextColor textInputSelectedTextColor @defaultTextColor textInputShouldSmoothFonts diff --git a/Bijou Light.lbtheme/Contents/Resources/Properties.plist b/Bijou Light.lbtheme/Contents/Resources/Properties.plist index 5ab2b2a..06d2424 100644 --- a/Bijou Light.lbtheme/Contents/Resources/Properties.plist +++ b/Bijou Light.lbtheme/Contents/Resources/Properties.plist @@ -8,6 +8,8 @@ lightSystemFont defaultTextColor darkTextColor + placeholderTextColor + grayColor defaultTextShadowColor clearColor inputAreaAbbreviationTextColor @@ -188,6 +190,8 @@ @defaultFontName textInputFontSize 13 + textInputPlaceholderTextColor + @placeholderTextColor textInputSelectedTextColor @defaultTextColor textInputShouldSmoothFonts