UI in linux: why clion look like transparent

see my screencast, why font in project tool window look like transparent? how to make it more distinct



Attachment(s):
font_look_like_transparent.ogv.zip
0
1 comment

Greyed file names mean that they are not the part of CMake project and are not considered by CLion as sources.
To add files to project, list them in either add_executable() or add_library() targets.

0

Please sign in to leave a comment.