Skip to content
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

Granular inverse options in a single table #240

Open
ellisonleao opened this issue Apr 10, 2023 · 1 comment
Open

Granular inverse options in a single table #240

ellisonleao opened this issue Apr 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ellisonleao
Copy link
Owner

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

require('gruvbox').setup({
   reverse = {
     selection = false,
     signs = false,
     tabline = false,
     intend_guides = false,
     search = true,
     diffs = true,
     statusline = true,
     cursor = true,
     error = true
  }
})
@ellisonleao ellisonleao added the enhancement New feature or request label Apr 10, 2023
@cryptomilk
Copy link
Contributor

I would name it invert_colors instead of reverse.

Also it would be nice to have:

require('gruvbox').setup({
  font_style = {
    comments = { italic = true },
    keywords = { italic = true },
    functions = { bold = true },
    variables = {},
  },
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants