1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Made spelling error faint yellow (ie: light warning)

This commit is contained in:
Brian Fiete 2020-04-26 05:50:31 -07:00
parent 53337c7c50
commit 2de866ae55

View file

@ -632,7 +632,7 @@ namespace IDE.ui
} }
else if (elementFlags.HasFlag(SourceElementFlags.SpellingError)) else if (elementFlags.HasFlag(SourceElementFlags.SpellingError))
{ {
underlineColor = 0xE0FF3000; underlineColor = 0x80FFD200;
} }
if (underlineColor != 0) if (underlineColor != 0)