We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TODO
The reason is that they used the same color as shown below:
kanagawa.nvim/lua/kanagawa/highlights/editor.lua
Line 125 in c19b902
kanagawa.nvim/lua/kanagawa/highlights/syntax.lua
Line 78 in c19b902
kanagawa.nvim/lua/kanagawa/themes.lua
Line 112 in c19b902
Line 95 in c19b902
The text was updated successfully, but these errors were encountered:
I also suffer from this problem. Have you solved it? If so, can you tell me your solution?
Sorry, something went wrong.
This is what I temporarily used:
overrides = function(C) local T = C.theme + local P = C.palette return { -- https://github.com/rebelot/kanagawa.nvim#dark-completion-popup-menu @@ -25,7 +26,9 @@ return { PmenuSbar = { bg = T.ui.bg_m1 }, PmenuThumb = { bg = T.ui.bg_p2 }, + ["@comment.note"] = { fg = P.fujiWhite }, ["@comment.todo"] = { link = "@comment.note" }, + Todo = { fg = P.fujiWhite }, }
Awesome! Thank you bro
No branches or pull requests
The reason is that they used the same color as shown below:
kanagawa.nvim/lua/kanagawa/highlights/editor.lua
Line 125 in c19b902
kanagawa.nvim/lua/kanagawa/highlights/syntax.lua
Line 78 in c19b902
kanagawa.nvim/lua/kanagawa/themes.lua
Line 112 in c19b902
kanagawa.nvim/lua/kanagawa/themes.lua
Line 95 in c19b902
The text was updated successfully, but these errors were encountered: