Color adjustments

This commit is contained in:
Sinai
2021-05-15 20:39:38 +10:00
parent cccd02255f
commit 26fb53f183
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
// Setting autocomplete cell buttons
private readonly Color selectedSuggestionColor = new Color(46/255f, 54/255f, 53/255f);
private readonly Color selectedSuggestionColor = new Color(45/255f, 75/255f, 80/255f);
private readonly Color inactiveSuggestionColor = new Color(0.11f, 0.11f, 0.11f);
private List<Suggestion> GetEntries() => Suggestions;