From 493b712291f9bf25ce4e225b38c71e31fa12ae1f Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 14 Jun 2023 13:41:29 +0200 Subject: [PATCH] more colors --- lua/plugins/astrodark.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/plugins/astrodark.lua b/lua/plugins/astrodark.lua index 1f1c0e9..80783b3 100644 --- a/lua/plugins/astrodark.lua +++ b/lua/plugins/astrodark.lua @@ -40,13 +40,14 @@ return { ['@lsp.type.namespace.cpp'] = { fg = C.rb }, ['@lsp.type.variable'] = { fg = C.light_purple }, -- ['@lsp.type.variable'] = { link = '@variable' }, - ['@variable'] = { fg = C.green, link = '' }, + ['@variable'] = { fg = C.light_purple, link = '' }, + -- ['Function'] = { fg = C.light_cyan }, ['@lsp.type.enumMember'] = { fg = C.cyan }, ['Comment'] = { italic = true }, ['Type'] = { fg = C.dark_orange }, ['Structure'] = { link = 'Type' }, ['Constant'] = { fg = 'NONE' }, - ['@parameter'] = { fg = C.purple }, + ['@parameter'] = { fg = C.toml }, ['NormalFloat'] = { bg = C.surface0 }, ['TelescopeBorder'] = { bg = C.surface0 }, ['TelescopeNormal'] = { bg = C.surface0 },