t9md / atom-quick-highlight

Highlight text quickly
https://atom.io/packages/quick-highlight
MIT License
32 stars 7 forks source link

Change from `underline` to `box` #27

Closed arthurcgusmao closed 6 years ago

arthurcgusmao commented 6 years ago

Hi. First of all, this package is great!

In the description of the package (README.md) I see that there is possible to enable a box highlight instead of underline. More specifically, from the comments taken from the LESS suggestion on how to override (shown in the snippet below), we see that there may be two classes (underline-01 and box-01 for instance):

// quick-highlight use 0 to 7 color
//  for box style, use box-01 to box-07
//  for highlight style, use highlight-01 to highlight-07

How do I switch from one to another? Or should I simply override the border in the class underline-01?

Thanks!

t9md commented 6 years ago

How do I switch from one to another? Via setting, choose type of decoration you want.

decoration
arthurcgusmao commented 6 years ago

Hey, thanks! I didn't see that this package had a settings tab. Thanks for the great work, this is really helping my workflow.