Clion C/C++ Custom theme color issue
已回答
Hello,
I have created and customized my own theme for C/C++ file.
Some categories was edited correctly like Header, This but others can't be edited.
I have disabled all cases about inherit values, because, i have edited all categories.
I give you a screen about my issue : https://image.noelshack.com/fichiers/2017/52/7/1514718269-screenshot-2017-12-31-11-29-58.png
You could see my problem on the screen.
On the edit board all was fine but on the file editor it doesn't works.
Cordially,
请先登录再写评论。
Your issue is caused by the fact your project is not CMake-based, so CLion can't understand its code model and can't provide semantic highlighting. Unfortunately, for now CLion can only work properly with CMake projects. You can use the "File | Import Project" feature as a workaround. Also we have a quick CMake tutorial in our web help: https://www.jetbrains.com/help/clion/2017.3/quick-cmake-tutorial.html.