-
Notifications
You must be signed in to change notification settings - Fork 22
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
Weird color combo in code snippets when using markview
#80
Comments
Hi! |
Nord config: {
"gbprod/nord.nvim",
config = function()
require("nord").setup({ transparent = true })
vim.cmd.colorscheme("nord")
end,
}, Markview: return {
"OXY2DEV/markview.nvim",
lazy = false, -- Recommended
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons",
},
}
By right click, do you mean this: |
Ok I found out, it's the transparency that's causing the issue |
I've made some changes and fixed this ;) |
Yep. That works great now for me. Thanks!! |
So I'm using markview.nvim for markdown previews and the color combo for snippet code is weird
Here's a screenshot:
When markview if off:
When enabled:
With
nordtheme/vim
plugin (+ other theme plugins also look good)The text was updated successfully, but these errors were encountered: