Skip to content

Commit

Permalink
Add placeholderTextColor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benjaminwil committed Dec 12, 2020
1 parent 57b9f86 commit fea825b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Bijou Dark.lbtheme/Contents/Resources/Properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<string>lightSystemFont</string>
<key>defaultTextColor</key>
<string>whiteColor</string>
<key>placeholderTextColor</key>
<string>lightGrayColor</string>
<key>defaultTextShadowColor</key>
<string>clearColor</string>
<key>inputAreaAbbreviationTextColor</key>
Expand Down Expand Up @@ -188,6 +190,8 @@
<string>@defaultFontName</string>
<key>textInputFontSize</key>
<integer>13</integer>
<key>textInputPlaceholderTextColor</key>
<string>@placeholderTextColor</string>
<key>textInputSelectedTextColor</key>
<string>@defaultTextColor</string>
<key>textInputShouldSmoothFonts</key>
Expand Down
4 changes: 4 additions & 0 deletions Bijou Light.lbtheme/Contents/Resources/Properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<string>lightSystemFont</string>
<key>defaultTextColor</key>
<string>darkTextColor</string>
<key>placeholderTextColor</key>
<string>grayColor</string>
<key>defaultTextShadowColor</key>
<string>clearColor</string>
<key>inputAreaAbbreviationTextColor</key>
Expand Down Expand Up @@ -188,6 +190,8 @@
<string>@defaultFontName</string>
<key>textInputFontSize</key>
<integer>13</integer>
<key>textInputPlaceholderTextColor</key>
<string>@placeholderTextColor</string>
<key>textInputSelectedTextColor</key>
<string>@defaultTextColor</string>
<key>textInputShouldSmoothFonts</key>
Expand Down

0 comments on commit fea825b

Please sign in to comment.