From 6d26280753d73feb7609a884d7ff9b15bc6e32f2 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 14 Jun 2023 12:36:57 +0200 Subject: [PATCH] more color adjustments --- lua/plugins/astrodark.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/astrodark.lua b/lua/plugins/astrodark.lua index 3fc1290..1f1c0e9 100644 --- a/lua/plugins/astrodark.lua +++ b/lua/plugins/astrodark.lua @@ -38,7 +38,7 @@ return { end, ['@lsp.mod.readonly'] = { bold = true }, ['@lsp.type.namespace.cpp'] = { fg = C.rb }, - ['@lsp.type.variable'] = { fg = C.mp3 }, + ['@lsp.type.variable'] = { fg = C.light_purple }, -- ['@lsp.type.variable'] = { link = '@variable' }, ['@variable'] = { fg = C.green, link = '' }, ['@lsp.type.enumMember'] = { fg = C.cyan },