cool nvim stuff
This commit is contained in:
@ -17,10 +17,6 @@ require("kanagawa").setup({
|
||||
overrides = function(colors) -- add/modify highlights
|
||||
local theme = colors.theme
|
||||
return {
|
||||
Pmenu = { fg = theme.ui.shade0, bg = theme.ui.bg_p1, blend = vim.o.pumblend }, -- add `blend = vim.o.pumblend` to enable transparency
|
||||
PmenuSel = { fg = "NONE", bg = theme.ui.bg_p2 },
|
||||
PmenuSbar = { bg = theme.ui.bg_m1 },
|
||||
PmenuThumb = { bg = theme.ui.bg_p2 },
|
||||
CursorLine = { bg = "#272735" },
|
||||
}
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user