-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rfc: new Search
highlight
#305
Comments
That looks fine for |
It is tough to balance–this is why we ended up changing the bg to "text". I agree it can be sharp, but I guess I'm not usually leaving search visible for long |
That looks really good actually... 😲 |
I don't know that leaving the But changed to what, would be the question..? |
require("rose-pine").setup({
highlight_groups = {
CurSearch = { fg = "base", bg = "rose", inherit = false },
Search = { fg = "rose", bg = "rose", blend = 20, inherit = false },
},
}) I love pine on dawn, but unfortunately not that readable on dark variants. Rose is probably the most versatile between variants. BUT WHAT IF LEAF IS THE ANSWER TO IT ALL |
HOLY SHIT!! 😮 Literally not my first thought but.... WOW, that looks incredible. |
I just tried CurSearch = { fg = 'base', bg = 'leaf', inherit = false },
Search = { fg = 'leaf', bg = 'leaf', blend = 20, inherit = false }, on Maybe my monitor is causing an issue with the appearance, because it looks somewhat different than the screenshot you posted. Although that shouldn't be the case.... |
Alrighty - 20 blend is good, since it is better for contrast. Was 20 the blend you used in the original screenshot using leaf anyways? Just for note the contrast issue I was referencing earlier was between the bg color of |
I'd be ok with the neutral variant as in this form it is way less obtrusive than the original implementation. 👍🏻 |
What are the settings you used in the last screenshot? |
Just realised my cursor (for Ghostty at least) is invisible on the current search |
Using which settings did that happen? |
CurSearch = { fg = "base", bg = "text", inherit = false },
Search = { fg = "text", bg = "text", blend = 20, inherit = false }, CurSearch = { fg = "base", bg = "leaf", inherit = false },
Search = { fg = "text", bg = "leaf", blend = 20, inherit = false }, |
Using kitty here and I don't have that issue, my cursor automatically gets inverted. |
I am going to spend some time with the neutral implementation and see how it looks and feels during use. |
Changed the default to be neutral and added the leafy example to the wiki recipes :) |
Well shoot, I completely forgot this messes with the cursor colour on some terminals. Using text should probably be avoided... although I am using the leaf version personally and quite like it but may need to noodle some more. |
#304 changed
Search
to be "rose". This is a discussion for making it neutral and not stand out as much as "text".The text was updated successfully, but these errors were encountered: