Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong Type- and JavaScript highlighting inherited from parent scheme #116

Merged

Commits on Feb 10, 2020

  1. Fix wrong Type- and JavaScript highlighting inherited from parent scheme

    As of IDE versions 2019.3.x, some TypeScript and JavaScript syntax
    elements were not highlighted correctly. The following elements
    inherited the colors from the "Darcula" parent scheme instead of the
    language defaults defined by Nord:
    
    - Global function
    - Global variable
    - Instance member function
    - Instance member variable
    
    These elements are now using explicitly defined colors instead to fix
    the highlighting.
    
    GH-115
    arcticicestudio committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b57d81e View commit details
    Browse the repository at this point in the history