Open Kristinita opened 7 years ago
It would be nice, if carriage and not active find result color will be have difference colors.
Part of my tmTheme file:
<key>caret</key> <string>darkorange</string>
Ctrl+F → I print caret in Find Panel → if my carriage not in a word caret, I get this behavior.
caret
I want to use darkorange for carriage, but for inactive find result darkorange — bad color.
<key>inactiveFindResult</key> <string>green</string>
My inactive find result will be have a green color, but carriage have a darkorange color.
Thanks.
Possible duplicate of https://github.com/SublimeTextIssues/Core/issues/741
@keith-hall , I don't find, that to talk about caret problem in #741.
Related, but not a duplicate.
1. Request
It would be nice, if carriage and not active find result color will be have difference colors.
2. Justification
Part of my tmTheme file:
Ctrl+F → I print
caret
in Find Panel → if my carriage not in a wordcaret
, I get this behavior.I want to use darkorange for carriage, but for inactive find result darkorange — bad color.
3. Desirable behavior
My inactive find result will be have a green color, but carriage have a darkorange color.
Thanks.