some small color updates

This commit is contained in:
Oliver Hartmann 2023-04-17 15:19:41 +02:00
parent 03e2166f57
commit 8b373ff24f

View File

@ -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({