Code Monkey home page Code Monkey logo

Comments (4)

simurai avatar simurai commented on August 14, 2024 4

@DrakeXiang Thanks for your suggestion. Contrast is something that is pretty hard to get right for everyone. Depends on many factors. If we would lighten comments there will be people that want it darker again. We could consider it again once we start working on the next major version of this theme (no plans yet).

For now it needs to be adjusted in your styles.less.. something like:

atom-text-editor::shadow {
  .comment {
    color: hsl(200, 10%, 50%); // original hsl(200, 10%, 40%)
  }
}

(the last % number is lightness)

from one-dark-syntax.

mikemcbride avatar mikemcbride commented on August 14, 2024

In your own stylesheet.less you can actually override the comment color. The class you want to target is .comment.

Something like this might work for you:

.comment { color: #[lighter color]; }

from one-dark-syntax.

DrakeXiang avatar DrakeXiang commented on August 14, 2024

Thanks @mmcbride1007 , I thought this is an issue not only to myself, so if we can get official fix would be great.

from one-dark-syntax.

mikemcbride avatar mikemcbride commented on August 14, 2024

I understand where you are coming from, but I think that's just preference and not an actual issue with the package. For instance, I personally like the comments to be subtle because I don't want them distracting me when I scan the code. Since it's what the package author intended it to look like, your best bet is probably overriding this in your stylesheet. You could always submit a PR as an enhancement request and get some feedback too, though 😄

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.