Giter Site home page Giter Site logo

Comments (11)

marcelombc avatar marcelombc commented on May 20, 2024 1

Revert to version to 0.100.0 or add this styles:

@import 'colors';

atom-text-editor::shadow {
    .variable.other.object.js { color: @mono-1; }
    .variable.other.property.js { color: @mono-1; }
    .meta.method-call.js {
        > .entity.name.function.js { color: @mono-1; }
    }
    .meta.function-call.js {
        > .entity.name.function.js { color: @mono-1; }
    }
}

from one-dark-syntax.

MaximSokolov avatar MaximSokolov commented on May 20, 2024 1

@RiCoTeRoX, @marcelombc to revert changes properly add this:

@import "syntax-variables";

// Replace `.theme-one-dark-syntax` with `.theme-{syntax theme name}`
.theme-one-dark-syntax atom-text-editor::shadow .source.js {
  .variable.other.property, .variable.other.object {
    color: @syntax-text-color;
  }

  .meta.function-call, .meta.method-call {
    & > .entity.name.function {
      color: @syntax-text-color;
    }
  }
}

from one-dark-syntax.

50Wliu avatar 50Wliu commented on May 20, 2024

Closing in favor of #54, atom/language-javascript#263, atom/language-javascript#258, and atom/atom#9562.

from one-dark-syntax.

lukeschunk avatar lukeschunk commented on May 20, 2024

Fair, but any idea why this would have happened suddenly? I didn't even update today.

from one-dark-syntax.

50Wliu avatar 50Wliu commented on May 20, 2024

@lukeschunk Atom 1.4.0 was released yesterday, containing many language-javascript changes. Your Atom probably automatically updated when you closed it.

from one-dark-syntax.

lukeschunk avatar lukeschunk commented on May 20, 2024

ahh thank you so much that must have been it @50Wliu

from one-dark-syntax.

RiCoTeRoX avatar RiCoTeRoX commented on May 20, 2024

Hi @lukeschunk ,
I changed these classes to have the old styles, maybe it help you

atom-text-editor::shadow span.meta.method-call.js > span.variable.other.object.js {
color: #abb2bf;
}
atom-text-editor::shadow span.meta.method-call.js > span.entity.name.function.js {
color: #abb2bf;
}

atom-text-editor::shadow span.meta.method-call.js > span.variable.other.property.js {
color: #abb2bf;
}

atom-text-editor::shadow span.source.js > span.variable.other.property.js {
color: #abb2bf;
}

from one-dark-syntax.

marcelombc avatar marcelombc commented on May 20, 2024

@MaximSokolov thank you.

from one-dark-syntax.

lukeschunk avatar lukeschunk commented on May 20, 2024

👍 awesome thanks everyone

from one-dark-syntax.

RiCoTeRoX avatar RiCoTeRoX commented on May 20, 2024

thank you @MaximSokolov !

from one-dark-syntax.

preschian avatar preschian commented on May 20, 2024

@MaximSokolov thank you~

still love the old one...

from one-dark-syntax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.