-
Notifications
You must be signed in to change notification settings - Fork 187
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
Line Numbers background broken #104
Comments
To remove gutter background, use require'kanagawa'.setup{
colors = {
theme = { all = { ui = { bg_gutter = 'none' } }}
}
} |
@rebelot I tried your answer and the error continues, it keeps ignoring my configuration. Ps: I already updated the plugin to the new commit. |
No need to worry anymore, I've gone back to nightfox. Thanks for your attention and congratulations for the great work, have a great day :) |
I am sorry you could not find a satisfying solution. You should make sure your custom highlights are source after a colorscheme is loaded. Best practices would advise to wrap your overrides into a Also remember that for any changes to take place, whenever you edit your config, you should run |
Before: After adding the line as suggested above: I think I think there are breaking changes recently? I used to have the I understand that you're maintaining it on your free time and for free. I really appreciate this very nice and warm theme and I wouldn't complain in any other way. But, just as a suggestion, is it possible that you could notify existing users that there are breaking changes in the README? Not necessarily maintaining a list of breaking changes (I understand it increases the workload) but a warm reminder would be nice. Thank you @rebelot again for creating and maintaining kanagawa. This is the best theme for me and daily driving it has made my life better. |
I can't seem to get these fixes to work. I have the below config. And none of the options I have commented out have any affect. After any of the changes, I quit nvim, reopen and run Have anyone else gotten this to work?
|
@maconsuckow you're missing the require("kanagawa").setup({
colors = { theme = { all = { ui = { bg_gutter = "none" } } } }
) |
@rebelot Whoops, thanks for the response! |
After the last
commit
, myCursorLineNr
background configuration don't work, before it was transparent, now it's ignored as shown in the image below:Settings to set transparent:
Before the last commit:
After the last commit:
The text was updated successfully, but these errors were encountered: