gintau / bracket-match-highlighter

An extension of Adobe Brackets.
10 stars 9 forks source link

Update default.css #9

Closed abdelouahabb closed 9 years ago

abdelouahabb commented 9 years ago

using the color will not allow to see which word did you selected (double clic on him), so my personal hint is to use bolder font, i hope this works :D

Florian-R commented 9 years ago

@gintau Are you inclined to merge this? The background is very ugly with dark themes, and it makes the highlighted text unreadable.

JakeGinnivan commented 9 years ago

I think it would be better to change it to

.CodeMirror span.cm-matchhighlight{
   border-bottom: 2px solid #78B2F2;
}

That way it fits in nicely with the existing style