mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-06 07:02:26 +02:00
Rather than creating a TextStyle struct, and then copying its fields over to a TextAttributes, let's just create a TextAttributes to start with. This also simplifies the syntax highlighting code by letting us define underlines along with the other text styling.