-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
New setting to set saturation level of colorscheme. #140
Comments
Hey @231tr0n! I've just added this feature in the latest commit. The new Appreciate if you could test this out and let me know what you think! 🚀 |
Sure thank you for the quick response. |
Ah, I see. Because the theme uses pure white for the What I would recommend in this case, is overriding the |
As far as I'm aware, built-in completion use the require("cyberdream").setup({
theme = {
overrides = function(colours)
return {
Pmenu = { bg = colours.bg_solid },
}
end,
},
})
I'm not sure what you're asking here. Can you provide a bit more information on what it is you want to achieve? |
To brief up, there is no way currently to differentiate between a split which is active and split which is inactive without looking at the cursor. So my request is if there can be some differentiator to tell which split is active provided there are lot splits. One such thing could be the winbar. |
Thanks for the explanation. What plugin are you using in the winbar? Perhaps I could try and add support for it. There are some plugins that already do similar things. Tint.nvim, for example. |
I meant highlighting Winbar and WinbarNC differently would do the job since most plugins just depend on those. I wrote custom winbar which shows symbols using trouble.nvim's statusline component. |
Also like current mini.completion is not usable at all without this PMenu highlighting. Do you think a change to PMenu highlighting could be included when mini.completion is enabled or detected. I overrided the highlight as you mentioned but just wanted to what is your opinion on this. |
My preference is bordered windows over solid backgrounds. This is how I had configured nvim-cmp and is how I've configured blink.cmp (my current completion solution). However, built-in completions don't currently support borders (see the mini.completion issue and the PR in nvim here). Hopefully, this will be available in a future release of neovim.
Done. I've changed the fg property of the current window's winbar. Probably not exactly what you were after but you can override to your heart's content in the same way you've overrriden |
Hi i just tested these changes out, i meant not changing fg but bg of winbar and setting it to be the same as tabline bg. This way it becomes one way to differentiate is what i felt. |
Question or Suggestion
Hi scottmckendry! Is it possible to include a new configuration parameter to control the saturation of the colors used for syntax highlighting similar to something which mini.hues does.
The text was updated successfully, but these errors were encountered: