rename Lexer folder to match namespace, some cleanups and color adjustments

This commit is contained in:
Sinai
2021-05-11 01:43:08 +10:00
parent 2efce9eb0e
commit 617d68f7e9
11 changed files with 166 additions and 131 deletions

View File

@ -118,7 +118,7 @@ namespace UnityExplorer.UI.Panels
InputText = Input.InputField.textComponent;
InputText.supportRichText = false;
InputText.color = new Color(1, 1, 1, 0.65f);
InputText.color = Color.white;
Input.PlaceholderText.fontSize = fontSize;
// Lexer highlight text overlay