From e0e740a23752d6951a843cc32c68ca177b7150d0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 7 May 2017 11:31:29 -0700 Subject: [PATCH] Made colons before and after atoms cyan to match the atom body. --- package.json | 2 +- styles/syntax/elixir.less | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ba14ce9..0301e95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "one-dark-syntax", "theme": "syntax", - "version": "1.8.0", + "version": "1.8.1", "description": "A dark syntax theme", "keywords": [ "dark", diff --git a/styles/syntax/elixir.less b/styles/syntax/elixir.less index 7d13fee..8531bb9 100644 --- a/styles/syntax/elixir.less +++ b/styles/syntax/elixir.less @@ -1,4 +1,7 @@ .syntax--source.syntax--elixir { + .syntax--punctuation.definition.constant { + color: @hue-1; + } .syntax--keyword.operator { color: @hue-2; }