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

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

请先登录再写评论。