Link

Change the color scheme

In this procedure, we will customuize the color scheme of the code in CLion. programmers usually prefer to have their own customized colors for the code they write in their IDEs for different reasons. By the end of this procedure you should be able to change the color scheme of your code.

Instructions

  1. Open CLion application.
  2. Click Configure.

    image-name

  3. Click Preferences.

    image-name

    You should now be at the [preferences window].

  4. Click Editor.

    image-name

  5. Click Color Scheme.

    image-name

  6. Click C/C++.

    image-name

    You should now be at the [color scheme window].

  7. Select the element you want to change.

    * The code box at the bottom is interactive. When clicking on any element it will be selected for modification.

    image-name

  8. Select the element property you want to change.

    image-name

  9. Select your desired color and click Choose.

    image-name

  10. To save your changes, click OK.

    image-name


Congratulations! You have successfully changed your color scheme. Next, perform the success check below. If you have any issues, check out troubleshooting.

✓ All the changes you made should now be v in your code.