Git Product home page Git Product logo

Comments (4)

gouegd avatar gouegd commented on May 30, 2024

Hi ! I was wondering something similar and dug up a bit.
The highlight or box styling only applies to highlights that are toggled manually, not to the automatic (optional) word highlight, that's why you don't see a difference between the two.

Here's how I modified the automatic word highlighting to suit my config (box-selection is the style applied for automatic highlightings):

atom-text-editor::shadow {
  .quick-highlight.box-selection .region {
    border-radius: 0;
    border-color: red;
  }
}

from atom-quick-highlight.

t9md avatar t9md commented on May 30, 2024

Sorry, I didn't understand this issue till now.
Since I'm not using selection highlight.

I confirmed selection highlight is VERY dim.
This become issue from when depending less variable @syntax-result-marker-color was changed(used this color for border of selection).

Will release update soon.
And will add instruction for "how to modify style" in README.md

For the selection color style, current box-selection is NOT very intuitive so will change it to bare selection

from atom-quick-highlight.

t9md avatar t9md commented on May 30, 2024

Released v0.6.2

from atom-quick-highlight.

t9md avatar t9md commented on May 30, 2024

See style.less example in README.md if you don't like new selection highlight style.

from atom-quick-highlight.

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.