diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2020-09-20 13:22:54 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-21 20:15:10 +0200 |
commit | 253ab7536ac1174075afc038b261cc6d41dddf3f (patch) | |
tree | d4cd0e0e7028921a300633fcb95c86824afe59b4 /Base/res/themes/Redmond.ini | |
parent | 7907df76175717d5288457fc18c36b01f96815cc (diff) | |
download | serenity-253ab7536ac1174075afc038b261cc6d41dddf3f.zip |
Base: Add the PlaceholderText attribute to themes
Diffstat (limited to 'Base/res/themes/Redmond.ini')
-rw-r--r-- | Base/res/themes/Redmond.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/themes/Redmond.ini b/Base/res/themes/Redmond.ini index 18b84a6a15..3a1b81d128 100644 --- a/Base/res/themes/Redmond.ini +++ b/Base/res/themes/Redmond.ini @@ -35,6 +35,7 @@ Selection=#0000aa SelectionText=white InactiveSelection=#606060 InactiveSelectionText=white +PlaceholderText=#7f787f RubberBandFill=#8080803c RubberBandBorder=black Link=#88c |