diff --git a/styles/syntax/elixir.less b/styles/syntax/elixir.less index 279539e..ca125c8 100644 --- a/styles/syntax/elixir.less +++ b/styles/syntax/elixir.less @@ -32,9 +32,12 @@ .syntax--keyword.syntax--operator { color: @hue-6; } - .syntax--array, - .syntax--scope, .syntax--variable.syntax--constant { color: @hue-6-2; } + .syntax--array, + .syntax--scope, + .syntax--section { + color: @mono-2; + } }