How to underline warnings in CLion default theme?

Viewed 280

I have noticed that in CLion, with the Darcula theme, warnings are underlined like this:

enter image description here

But in the default IntelliJ theme, they are not:

enter image description here

How can I activate this behaviour, underlining all warnings, not just errors, in the default IntelliJ theme?

1 Answers
Related