Add some overrides to make variable-types all the same.
This commit is contained in:
@@ -3,6 +3,16 @@ local colour = require('gruvbox')
|
||||
colour.setup({
|
||||
styles = {
|
||||
comments = { italic = true }
|
||||
},
|
||||
overrides = {
|
||||
-- Relink some highlight groups
|
||||
['@variable.member'] = { link = '@variable' },
|
||||
['@variable.parameter'] = { link = '@variable' },
|
||||
['@parameter'] = { link = '@variable.parameter' },
|
||||
['@property'] = { link = '@variable.member' },
|
||||
['@string.special.symbol'] = { link = '@string' },
|
||||
['@string.special.path'] = { link = '@string' },
|
||||
['@string.special.url'] = { link = '@string' },
|
||||
}
|
||||
})
|
||||
vim.cmd.colorscheme('gruvbox')
|
||||
|
||||
Reference in New Issue
Block a user