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
How can I override the background color please?
The text was updated successfully, but these errors were encountered:
I just figured out how to do this yesterday in order to override the a few of the highlight groups related to diff mode.
vim.cmd.colorscheme('base16-tomorrow-night') local colors = require('colorscheme').colors vim.api.nvim_set_hl(0, 'DiffAdd', { fg = colors.base01, bg = colors.base0B })
Of course, you'll have to figure out how to target the background itself.
Sorry, something went wrong.
No branches or pull requests
How can I override the background color please?
The text was updated successfully, but these errors were encountered: