diff --git a/lua/shades_of_purple/shades_of_purple.lua b/lua/shades_of_purple/shades_of_purple.lua index cad3e28..b7863b7 100644 --- a/lua/shades_of_purple/shades_of_purple.lua +++ b/lua/shades_of_purple/shades_of_purple.lua @@ -154,6 +154,12 @@ local theme = lush(function(injected_functions) -- .env shVariable({ fg = colors.white }), shQuote({ fg = colors.gold }), + + -- Elixir + -- TODO make some keyword orange_peel instead of violet + sym("@keyword.elixir")({ fg = colors.violet }), + sym("@string.special.symbol.elixir")({ fg = colors.crayola }), + sym("@function.call.elixir")({ fg = colors.cyan }), } end)