Search code examples
intellij-ideaappearance

Inteli Idea: Change parent color scheme


When I apply this colour scheme, then all the colours of my interface change to Darcula. What should I change that it use the Default or Intellij Idea Light scheme? Source Code


Solution

  • Try replacing

    <property name="originalScheme">One Dark Vivid Italic</property>
    

    with

    <property name="originalScheme">_@user_Default</property>
    

    in the .icls.

    If it does not help, then please describe how exactly you apply this scheme to the IDE.