some small color updates
This commit is contained in:
parent
03e2166f57
commit
8b373ff24f
@ -23,6 +23,9 @@ return {
|
||||
vim.api.nvim_set_hl(0, newgroup, { link = oldgroup, default = true })
|
||||
end
|
||||
vim.api.nvim_set_hl(0, '@lsp.type.parameter', { fg = colors.faded_purple })
|
||||
vim.api.nvim_set_hl(0, '@lsp.type.namespace', { fg = colors.neutral_aqua })
|
||||
vim.api.nvim_set_hl(0, '@lsp.type.function', { fg = '#797df2' })
|
||||
vim.api.nvim_set_hl(0, '@lsp.type.method', { fg = '#797df2' })
|
||||
vim.api.nvim_set_hl(0, '@lsp.mod.readonly', { bold = true })
|
||||
|
||||
require('gruvbox').setup({
|
||||
|
Loading…
x
Reference in New Issue
Block a user