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
Following #220 idea, we will introduce fine-grained bold options in the setup call
We will need to remove
invert_selection = false, invert_signs = false, invert_tabline = false, invert_intend_guides = false, inverse = true
and create a new reverse table
reverse
require('gruvbox').setup({ reverse = { selection = false, signs = false, tabline = false, intend_guides = false, search = true, diffs = true, statusline = true, cursor = true, error = true } })
The text was updated successfully, but these errors were encountered:
I would name it invert_colors instead of reverse.
invert_colors
Also it would be nice to have:
require('gruvbox').setup({ font_style = { comments = { italic = true }, keywords = { italic = true }, functions = { bold = true }, variables = {}, }, })
Sorry, something went wrong.
No branches or pull requests
Following #220 idea, we will introduce fine-grained bold options in the setup call
We will need to remove
and create a new
reverse
tableThe text was updated successfully, but these errors were encountered: